运行 ID: 33596

Main.cc: In function ‘int main()’:
Main.cc:7:7: error: expected initializer before ‘==’ token
  int i==0;
       ^~
Main.cc:9:8: error: ‘i’ was not declared in this scope
  while(i<=n){
        ^