0_0_17019959_26993.cpp: In function 'int main()':
0_0_17019959_26993.cpp:9:37: error: 'scanf' was not declared in this scope
while(scanf("%d %d %d",&n,&m,&k)!=EOF)
^
0_0_17019959_26993.cpp:9:40: error: 'EOF' was not declared in this scope
while(scanf("%d %d %d",&n,&m,&k)!=EOF)
^
0_0_17019959_26993.cpp:44:47: error: 'printf' was not declared in this scope
printf("%d\n",i);
^
0_0_17019959_26993.cpp:48:45: error: 'printf' was not declared in this scope
{printf("%d ",i);}
^
0_0_17019959_26993.cpp:52:14: error: expected '}' at end of input
return 0;
^
|