0_0_39634738_12471.cpp: In function 'void gauss(long long int)': 0_0_39634738_12471.cpp:42:56: error: 'k' was not declared in this scope 42 | mat[j][k] = (mat[j][k] * a) % mod; | ^