Run id: 147597

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