输入一段文章,没有给出单词数,用cin循环获取每个单词,如何在文章结束处让循环停止?如:输入:to be or not to be is a question代码:
string a; while( ? ) //无法停止循环 { cin >> a; // Do some thing... }
雷雷
雷雷
雷雷