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