Run id: 154873

Main.cc: In function 'int main()':
Main.cc:10:6: error: 'inti' was not declared in this scope
  for(inti=1;i<=m;i++){
      ^
Main.cc:10:13: error: 'i' was not declared in this scope
  for(inti=1;i<=m;i++){
             ^