c++ 连续输入多个字符串

1 getline(cin,input);
2 cin.clear();
3 cin.sync();
4 getline(cin,input);
原文地址:https://www.cnblogs.com/xiongqiangcs/p/3016175.html