首页 > 问答 > 正文
输入一段文章,没有给出单词数,用cin循环获取每个单词,如何在文章结束处让循环停止?如:输入:to be or not to be is a question代码:
1
2
3
4
5
6
<code>string a;
while( ? ) //无法停止循环
while
( ? )
//无法停止循环
{
cin >> a;
// Do some thing...
}</code>
淡淡烟草味2017-07-04 13:47:46
雷雷
某草草2017-07-04 13:47:46