0_0_32604616_23292.cpp: In function 'int main()':
0_0_32604616_23292.cpp:8:3: error: 'll' was not declared in this scope
ll tmp=1,ans=1;
^
0_0_32604616_23292.cpp:10:4: error: 'tmp' was not declared in this scope
tmp=tmp*a%b;
^
0_0_32604616_23292.cpp:15:4: error: 'ans' was not declared in this scope
ans=ans*s[que[head]]%b;
^
0_0_32604616_23292.cpp:17:9: error: 'ans' was not declared in this scope
cout<<ans<<endl;
^
|