0_0_36455303_24389.cpp: In function 'void solve()':
0_0_36455303_24389.cpp:76:9: error: 'll' was not declared in this scope
ll ans1 = 0, ans2 = 0;
^
0_0_36455303_24389.cpp:79:13: error: 'ans1' was not declared in this scope
ans1 = (ans1 + 1LL*p[j]*_1[j-1])%mod1;
^
0_0_36455303_24389.cpp:80:13: error: 'ans2' was not declared in this scope
ans2 = (ans2 + 1LL*p[j]*_2[j-1])%mod2;
^
0_0_36455303_24389.cpp:82:17: error: 'ans1' was not declared in this scope
cout << ans1 << " " << ans2 << endl;
^
0_0_36455303_24389.cpp:82:32: error: 'ans2' was not declared in this scope
cout << ans1 << " " << ans2 << endl;
^
|