Run id: 89244

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