Main.cc: In function 'int main()':
Main.cc:8:15: error: a function-definition is not allowed here before '{' token
int main() { cout<<1*2+2*3+3*4+4*5+5*6+6*7+7*8+8*9+9*10+10*11; return 0; }
^
Main.cc:8:77: error: expected '}' at end of input
int main() { cout<<1*2+2*3+3*4+4*5+5*6+6*7+7*8+8*9+9*10+10*11; return 0; }
^