Run id: 155306

Main.cc: In function 'int main()':
Main.cc:15:12: error: expected ';' before '>=' token
   for(int j>=n;j>=1;j--){//y
            ^
Main.cc:15:12: error: expected primary-expression before '>=' token
Main.cc:15:17: warning: for increment expression has no effect [-Wunused-value]
   for(int j>=n;j>=1;j--){//y
                 ^
Main.cc:15:20: error: expected ')' before ';' token
   for(int j>=n;j>=1;j--){//y
                    ^
Main.cc:15:21: error: 'j' was not declared in this scope
   for(int j>=n;j>=1;j--){//y
                     ^