0_0_30321156_8370.cpp: In function 'int main()':
0_0_30321156_8370.cpp:105:9: error: 'LL' was not declared in this scope
LL tmp=1;
^
0_0_30321156_8370.cpp:108:13: error: 'tmp' was not declared in this scope
tmp*=2;
^
0_0_30321156_8370.cpp:111:26: error: 'tmp' was not declared in this scope
printf("%lld\n",(tmp-1)%mod);
^
|