Run id: 151331

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