001 輸入不定的情況

2022-08-02 18:24:10 字數 1095 閱讀 3326

迴圈語句while和for:

/*

數量不定的輸入資料(整型)

*///示例:

實現對使用者輸入的一組數求和

//檔案結束符:

//windows系統:先敲ctrl+z,再按enter ——適用於整型輸入結束

#include using

namespace

std;

intmain()

cout

<< "

sum is

"<< sum

}

//

檔案結束符:

//windows系統:先敲ctrl+z,再按enter

#include

//編寫一段程式從標準輸入中讀入多個字串並將它們連線在一起

//用空格把輸入的多個字串分割開,輸出連線成的大字串(只是中間需要隔開,第乙個不需要,多乙個if)

#include

#include

using

namespace

std;

intmain()

else

//之後拼接的字串每乙個前面都加空格

cout

<< "

是否繼續輸入?(y or n?):

"<< endl; //

判斷是否繼續輸入

cin >>cont;

if (cont == '

y' || cont == 'y'

)

else

}cout

<< "

最終結果為

"<< result

}

//

連續不定輸入的改寫範例

//如果要更嚴謹,還可以加入每個資料的輸入範圍的判斷

#include

#include

using

namespace

std;

intmain()

else

}

return0;

}

001 輸入不定的情況

迴圈語句while和for 數量不定的輸入資料 整型 示例 實現對使用者輸入的一組數求和 檔案結束符 windows系統 先敲ctrl z,再按enter 適用於整型輸入結束 include using namespace std intmain cout sum is sum 檔案結束符 wind...

excel怎麼輸入001

excel輸入001的方法 首先開啟乙個excel 然後右擊設定單元格格式 接著在單元格格式中點選一下 文字 最後在文字框內輸入 001 即可。本教程操作環境 windows7系統,microsoft office excel2016版本,dell g3電腦。1 開啟乙個excel 這裡以空白的ex...

輸入不定長陣列

參考鏈結1 include include include include using namespace std intmain while getchar n for auto a1 v1 cout endl 輸入不定長陣列方法二 cout 輸入不定長陣列方法二 endl int temp2 v...