Run id: 149967

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