Run id: 154930

Main.cc: In function 'int main()':
Main.cc:6:5: error: expected ',' or ';' 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++)
                 ^