Run id: 132508
Main.cc: In function 'int main()':
Main.cc:12:12: error: expected unqualified-id before '=' token
for(int=a/2;i>=0;i-- ){
^
Main.cc:12:12: error: expected ';' before '=' token
Main.cc:12:12: error: expected primary-expression before '=' token
Main.cc:12:17: error: 'i' was not declared in this scope
for(int=a/2;i>=0;i-- ){
^
Main.cc:12:21: error: expected ')' before ';' token
for(int=a/2;i>=0;i-- ){
^
Main.cc:12:22: error: 'i' was not declared in this scope
for(int=a/2;i>=0;i-- ){
^