Run id: 120632

Main.cc: In function 'int main()':
Main.cc:16:2: error: expected ';' before 'for'
  for(int i=0;i<=n-1;i++)
  ^
Main.cc:16:14: error: 'i' was not declared in this scope
  for(int i=0;i<=n-1;i++)
              ^