0_0_26122221_31962.cpp: In function 'int solve(int, int)':
0_0_26122221_31962.cpp:29:8: error: redeclaration of 'long long int q'
ll q=a[i]%tmp;
^
0_0_26122221_31962.cpp:28:8: note: 'long long int q' previously declared here
ll q=a[i]/tmp;
^
0_0_26122221_31962.cpp:30:8: error: 'p' was not declared in this scope
if(p!=0){
^
|