輸入一段文章,沒有給出單字數,用cin循環獲取每個單詞,如何在文章結束處讓循環停止? 如:輸入:to be or not to be is a question程式碼:
string a; while( ? ) //无法停止循环 { cin >> a; // Do some thing... }
雷雷
雷雷
雷雷