STL的閱讀程式(2)

2021-07-13 07:08:07 字數 638 閱讀 1674

問題及描述;

/*

04. *檔名稱;test.cpp

05. *作者;邱凱

06. *完成日期;2023年6月9號

07. *版本號;v6.0

08. *問題描述; stl的閱讀程式(2)

09. *輸入描述; 輸入答案

10. *輸出描述; 輸出答案

11.*/

#include #include using namespace std;

int main()

{ vectorintlist;

vector::iterator listit;

int i;

intlist.push_back(1);

intlist.push_back(5);

intlist.push_back(10);

intlist.push_back(15);

cout<

for(i=0; i<4; i++)

cout<

執行結果;

STL閱讀程式 6

問題及 檔名稱 text.cpp 完成日期 2016年6月9日 版本號 codeblocks 問題描述 輸入描述 程式輸出 include include include include include using namespace std class myadd public binary fu...

閱讀程式(6)

all right reserved.檔名稱 test.cpp 作 者 韓雙志 完成日期 2016年6月20日 版本號 v1.0 問題描述 輸入描述 輸出描述 include include include include include using namespace std int main c...

第五周 閱讀程式(2)

檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年4月6日 版 本 號 v1.0 問題描述 閱讀程式,寫出程式的執行結果並理解 程式輸入 相應的程式 程式輸出 不同程式的結果 include includeusing namespace std class student student...