运行 ID: 61050

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