- Owner
- Vasiu Alexandru
- Problem
- Transpose
- Source
- 0.23KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp:1:1: error: 'include' does not name a type include <iostream> ^ prog.cpp: In function 'int main()': prog.cpp:6:1: error: 'cin' was not declared in this scope cin>>n>>m; ^ prog.cpp:13:1: error: 'cout' was not declared in this scope cout<<a[i][j]<<" "; ^ prog.cpp:14:1: error: 'cout' was not declared in this scope cout<<"\n"; ^