Run id: 156207

Main.cc: In function 'int main()':
Main.cc:13:9: error: expected ';' before 'for'
         for(int j=1;j<=i;j++){
         ^
Main.cc:13:21: error: 'j' was not declared in this scope
         for(int j=1;j<=i;j++){
                     ^