0_0_18023322_9599.cpp: In function 'int main()':
0_0_18023322_9599.cpp:12:18: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_18023322_9599.cpp:25:42: error: 'printf' was not declared in this scope
if(su)printf("%d %d\n",b,prime[i]);
^
0_0_18023322_9599.cpp:26:29: error: 'printf' was not declared in this scope
else printf("FAIL\n");
^
|