從cin讀取一組數,輸出其和

       讀取數量不定的輸入數據,須要用到條件循環語句while來檢查數據流的狀態。具體代碼以下:ios #include<iostream> int main() { int sum = 0, value = 0; //保存輸入的數據 std::cout<<"Please input numbers and end with finish!" while (std::cin >
相關文章
相關標籤/搜索