0_0_26533302_15610.cpp: In function 'int main()':
0_0_26533302_15610.cpp:8:18: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_26533302_15610.cpp:23:35: error: 'printf' was not declared in this scope
printf("Case %d: ",count++);
^
0_0_26533302_15610.cpp:24:32: error: 'puts' was not declared in this scope
if(a[i]==n) puts("lose");
^
0_0_26533302_15610.cpp:37:13: error: 'cout' was not declared in this scope
cout<<ans<<endl;
^
0_0_26533302_15610.cpp:37:24: error: 'endl' was not declared in this scope
cout<<ans<<endl;
^
|