Run id: 6961

Main.cc: In function 'int main()':
Main.cc:11:8: error: expected '(' before '{' token
     for{int i=1;i<=n;i++){
        ^
Main.cc:11:8: error: expected primary-expression before '{' token
Main.cc:11:8: error: expected ';' before '{' token
Main.cc:20:1: error: expected primary-expression at end of input
 }
 ^
Main.cc:20:1: error: expected ';' at end of input
Main.cc:20:1: error: expected primary-expression at end of input
Main.cc:20:1: error: expected ')' at end of input
Main.cc:20:1: error: expected statement at end of input
Main.cc:20:1: error: expected '}' at end of input