Run id: 130651

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