Run id: 157688

Main.cc: In function 'int main()':
Main.cc:11:2: error: expected ';' before 'for'
  for(int j=1;j<=n;j++){
  ^
Main.cc:11:14: error: 'j' was not declared in this scope
  for(int j=1;j<=n;j++){
              ^