Run id: 115929

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