0_0_30016316_9561.cpp: In member function 'Matix Matix::operator*(const Matix&)':
0_0_30016316_9561.cpp:110:98: error: too few arguments to function 'long long int quick_mul(long long int, long long int, long long int)'
ans.data[i][j] = (ans.data[i][j] + quick_mul(this->data[i][k] * s1.data[k][j]))%mod;
^
0_0_30016316_9561.cpp:56:4: note: declared here
LL quick_mul(LL x, LL k, LL mod)
^
|