0_0_36600980_27830.cpp: In function 'll qpow(ll, ll)':
0_0_36600980_27830.cpp:11:35: error: 'mod' was not declared in this scope
if(b & 1) ans = ans * a % mod;
^
0_0_36600980_27830.cpp:13:21: error: 'mod' was not declared in this scope
a = a * a % mod;
^
0_0_36600980_27830.cpp: In function 'void update(int, int)':
0_0_36600980_27830.cpp:31:66: error: 'mod' was not declared in this scope
A[s][i][j][0] += A[f][i][k][0] * A[f][k][j][0] % mod; ///2^f²½¶¼Ã»Óи½Ä§
^
0_0_36600980_27830.cpp: In function 'void add(int)':
0_0_36600980_27830.cpp:50:62: error: 'mod' was not declared in this scope
tmp[i][j][0] += g[i][k][0] * A[f][k][j][0] % mod;
^
0_0_36600980_27830.cpp: In function 'void solve()':
0_0_36600980_27830.cpp:95:45: error: 'mod' was not declared in this scope
A[0][i][j][e[i][j]] = qpow(sum, mod - 2);
^
|