运行 ID: 41199

Main.cc: In function ‘int main()’:
Main.cc:5:7: error: ‘n’ was not declared in this scope
  cin>>n;
       ^
Main.cc:5:7: note: suggested alternative: ‘yn’
  cin>>n;
       ^
       yn