Run id: 131277

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