0_0_20616210_23596.cpp: In constructor 'mat::mat(int, int)':
0_0_20616210_23596.cpp:16:19: error: 'i' was not declared in this scope
memset (e[i],0,sizeof(int)*m) ;
^
0_0_20616210_23596.cpp: In member function 'mat mat::operator*(const mat&)':
0_0_20616210_23596.cpp:23:35: error: invalid initialization of reference of type 'long long int&' from expression of type 'int'
add(ret.e[i][j],1ll*e[i][z]*rhs.e[z][j]%mod) ;
^
0_0_20616210_23596.cpp:8:6: note: in passing argument 1 of 'void add(long long int&, int)'
void add (long long &a , int b) {
^
|