Run id: 106621

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