Run id: 96345

Main.cc: In function 'int main()':
Main.cc:8:11: error: expected initializer before 'M'
     int N M;
           ^
Main.cc:9:10: error: 'N' was not declared in this scope
     cin>>N>>M;
          ^
Main.cc:9:13: error: 'M' was not declared in this scope
     cin>>N>>M;
             ^