Run id: 126096

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