0_0_21596562_18607.cpp: In function 'void print()':
0_0_21596562_18607.cpp:57:5: error: 'cout' was not declared in this scope
cout<<"The matrix -->"<<endl;
^
0_0_21596562_18607.cpp:57:29: error: 'endl' was not declared in this scope
cout<<"The matrix -->"<<endl;
^
|