Run id: 123983

Main.cc: In function 'int main()':
Main.cc:43:17: error: 'n' was not declared in this scope
  for(int i=1;i<=n;i++){
                 ^
Main.cc:48:3: error: expected ';' before '}' token
   }
   ^