0_0_26051090_29012.cpp:1:1: error: 'include' does not name a type
include"iostream"
^
0_0_26051090_29012.cpp: In function 'int main()':
0_0_26051090_29012.cpp:45:5: error: 'cout' was not declared in this scope
cout<<a[i][j];
^
0_0_26051090_29012.cpp:47:4: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_26051090_29012.cpp:47:10: error: 'endl' was not declared in this scope
cout<<endl;
^
|