运行 ID: 312079

Main.cc: In function ‘int main()’:
Main.cc:6:5: error: expected ‘;’ before ‘while’
     while(i<=n){
     ^~~~~
Main.cc:4:9: warning: unused variable ‘i’ [-Wunused-variable]
  int  n,i=1;
         ^