0_0_36075724_4192.cpp: In function 'int main()':
0_0_36075724_4192.cpp:16:21: error: 'scanf' was not declared in this scope
while(scanf("%d",&n)!=EOF)
^
0_0_36075724_4192.cpp:16:24: error: 'EOF' was not declared in this scope
while(scanf("%d",&n)!=EOF)
^
0_0_36075724_4192.cpp:25:14: error: 'printf' was not declared in this scope
printf(" ");
^
0_0_36075724_4192.cpp:27:23: error: 'printf' was not declared in this scope
printf("%d",a[i][j]);
^
0_0_36075724_4192.cpp:29:15: error: 'putchar' was not declared in this scope
putchar('\n');
^
0_0_36075724_4192.cpp:31:15: error: 'putchar' was not declared in this scope
putchar('\n');
^
|