Run id: 126104
Main.cc: In function 'int main()':
Main.cc:6:10: error: expected unqualified-id before numeric constant
for(int 1=0;i<3;i++)
^
Main.cc:6:10: error: expected ';' before numeric constant
Main.cc:6:11: error: lvalue required as left operand of assignment
for(int 1=0;i<3;i++)
^
Main.cc:6:14: error: 'i' was not declared in this scope
for(int 1=0;i<3;i++)
^
Main.cc:6:17: error: expected ')' before ';' token
for(int 1=0;i<3;i++)
^
Main.cc:6:18: error: 'i' was not declared in this scope
for(int 1=0;i<3;i++)
^
Main.cc:7:15: error: 'j' was not declared in this scope
for(int j=1;j<4;j++){
^