Run id: 122905

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