Run id: 130772

Main.cc: In function 'int main()':
Main.cc:10:5: error: expected primary-expression before 'for'
     for(int i=1;i<=n;i++){
     ^
Main.cc:10:17: error: 'i' was not declared in this scope
     for(int i=1;i<=n;i++){
                 ^