Run id: 151330

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++;){
              ^
Main.cc:7:23: error: expected primary-expression before ')' token
  fot(int i=1;i<=n;i++;){
                       ^