Run id: 156152

Main.cc: In function 'int main()':
Main.cc:6:1: error: 'cin' was not declared in this scope
 cin>>n>>m; 
 ^
Main.cc:13:6: error: 'intj' was not declared in this scope
  for(intj=1;j<=m;j++){ 
      ^
Main.cc:13:13: error: 'j' was not declared in this scope
  for(intj=1;j<=m;j++){ 
             ^
Main.cc:20:2: error: 'cout' was not declared in this scope
  cout<