0_0_21850047_24935.cpp: In function 'int main()':
0_0_21850047_24935.cpp:73:16: error: 'a' was not declared in this scope
if(a%p==0) {printf("0\n");continue;}
^
0_0_21850047_24935.cpp:73:18: error: 'p' was not declared in this scope
if(a%p==0) {printf("0\n");continue;}
^
|