Run id: 137096

Main.cc: In function 'int main()':
Main.cc:4:7: error: 'n' was not declared in this scope
  cin>>n>>m;
       ^
Main.cc:4:10: error: 'm' was not declared in this scope
  cin>>n>>m;
          ^