0_0_18808720_27231.cpp: In member function 'matrix matrix::operator*(matrix)': 0_0_18808720_27231.cpp:24:23: error: 'tmp' was not declared in this scope tmp = (arr[i][k]* b.arr[k][j]) %mod; ^