运行 ID: 29613

Main.cc: In function ‘int main()’:
Main.cc:8:19: error: expected ‘;’ before ‘)’ token
  for(int i=4;i<=71){
                   ^
Main.cc:11:13: error: ‘n’ was not declared in this scope
  while(cin>>n && n){
             ^