0_0_21678400_27202.cpp: In function 'int main()':
0_0_21678400_27202.cpp:10:15: error: 'scanf' was not declared in this scope
scanf("%d",&N);
^
0_0_21678400_27202.cpp:21:36: error: 'printf' was not declared in this scope
printf("Case %d: %d\n",x++,count);
^
0_0_21678400_27202.cpp:24:15: error: 'printf' was not declared in this scope
printf("\n");
^
|