int main(){ string str; while(cin >> str){ if ("quit" == str) break; cout << str << endl; } return 0; }
楼上各位: 3楼问题?
65,208
社区成员
250,517
社区内容
加载中
试试用AI创作助手写篇文章吧