Run id: 96760
Main.cc: In function 'int main()':
Main.cc:5:14: error: expected primary-expression before 'int'
for(int i=1;int<=100;i++){
^
Main.cc:5:14: error: expected ';' before 'int'
Main.cc:5:14: error: expected primary-expression before 'int'
Main.cc:5:14: error: expected ')' before 'int'
Main.cc:5:17: error: expected unqualified-id before '<=' token
for(int i=1;int<=100;i++){
^
Main.cc:5:10: warning: unused variable 'i' [-Wunused-variable]
for(int i=1;int<=100;i++){
^
Main.cc:5:23: error: 'i' was not declared in this scope
for(int i=1;int<=100;i++){
^