0_0_27259396_10661.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_27259396_10661.cpp: In function 'int main()':
0_0_27259396_10661.cpp:5:24: error: 'scanf' was not declared in this scope
while(scanf("%d",&k)!=EOF)
^
0_0_27259396_10661.cpp:5:27: error: 'EOF' was not declared in this scope
while(scanf("%d",&k)!=EOF)
^
0_0_27259396_10661.cpp:16:24: error: 'printf' was not declared in this scope
printf("%d\n",b);
^
|