Run id: 136705

Main.cc: In function 'int main()':
Main.cc:6:15: error: 'I' was not declared in this scope
  for(int i =1;I<=n){
               ^
Main.cc:6:19: error: expected ';' before ')' token
  for(int i =1;I<=n){
                   ^
Main.cc:9:15: error: 'I' was not declared in this scope
  for(int i =1;I<=n){
               ^
Main.cc:9:19: error: expected ';' before ')' token
  for(int i =1;I<=n){
                   ^
Main.cc:12:15: error: 'I' was not declared in this scope
  for(int i =1;I<=n){
               ^
Main.cc:12:19: error: expected ';' before ')' token
  for(int i =1;I<=n){
                   ^