Run id: 111695

Main.cc: In function 'int main()':
Main.cc:10:20: error: 'm' was not declared in this scope
     for(int i=1;i<=m;i++){
                    ^
Main.cc:11:22: error: 'n' was not declared in this scope
       for(int j=1;j<=n;j++){                
                      ^
Main.cc:15:20: error: 'm' was not declared in this scope
     for(int i=1;i<=m;i++){
                    ^
Main.cc:16:22: error: 'n' was not declared in this scope
       for(int j=1;j<=n;j++){
                      ^
Main.cc:23:1: error: expected '}' at end of input
 }
 ^