Run id: 106629

Main.cc: In function 'int main()':
Main.cc:4:9: error: expected primary-expression before 'int'
     fot(int i=1;i<=100;i++){
         ^
Main.cc:4:17: error: 'i' was not declared in this scope
     fot(int i=1;i<=100;i++){
                 ^