Run id: 138137

Main.cc: In function 'int main()':
Main.cc:6:5: error: 'inr' was not declared in this scope
 for(inr i =2;i<=7;i++)
     ^
Main.cc:6:14: error: 'i' was not declared in this scope
 for(inr i =2;i<=7;i++)
              ^
Main.cc: At global scope:
Main.cc:12:1: error: 'cout' does not name a type
 cout<