0_0_37959519_18552.cpp: In function 'int main()':
0_0_37959519_18552.cpp:2:16: error: 'read' was not declared in this scope
int n=read();
^
0_0_37959519_18552.cpp:7:13: error: 'a' was not declared in this scope
a[i][j]=read();
^
0_0_37959519_18552.cpp:12:13: error: 'dyg' was not declared in this scope
dyg[i][j]=a[j][m-i+1];
^
0_0_37959519_18552.cpp:12:23: error: 'a' was not declared in this scope
dyg[i][j]=a[j][m-i+1];
^
0_0_37959519_18552.cpp:13:13: error: 'cout' was not declared in this scope
cout<<dyg[i][j];
^
0_0_37959519_18552.cpp:15:9: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_37959519_18552.cpp:15:15: error: 'endl' was not declared in this scope
cout<<endl;
^
0_0_37959519_18552.cpp:19:13: error: 'a' was not declared in this scope
a[i][j]=read();
^
0_0_37959519_18552.cpp:24:13: error: 'drg' was not declared in this scope
drg[i][j]=a[n-i+2][j];
^
0_0_37959519_18552.cpp:24:23: error: 'a' was not declared in this scope
drg[i][j]=a[n-i+2][j];
^
0_0_37959519_18552.cpp:25:13: error: 'cout' was not declared in this scope
cout<<drg[i][j];
^
0_0_37959519_18552.cpp:27:9: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_37959519_18552.cpp:27:15: error: 'endl' was not declared in this scope
cout<<endl;
^
|