Run id: 147696

Main.cc: In function 'int main()':
Main.cc:13:5: error: expected ';' before '}' token
     }
     ^
Main.cc:15:5: error: expected ',' or ';' before 'for'
     for(int j=2;j<=n;j++){
     ^
Main.cc:15:17: error: 'j' was not declared in this scope
     for(int j=2;j<=n;j++){
                 ^