0_0_18289512_5108.cpp: In function 'int main()':
0_0_18289512_5108.cpp:155:9: error: 'LL' was not declared in this scope
LL tmp;
^
0_0_18289512_5108.cpp:159:10: error: 'tmp' was not declared in this scope
tmp = quick_mod(x%(s+1),g,s+1);
^
0_0_18289512_5108.cpp:161:15: error: 'tmp' was not declared in this scope
else tmp = quick_mod(x,g,s+1);
^
0_0_18289512_5108.cpp:162:26: error: 'tmp' was not declared in this scope
printf("%I64d\n",tmp);
^
|