1. 開啟test_ids.txt 將裡面的東西新增"1_",然後另存為test_ids_repaired.txt
1 #include 2 #include3 #include 4 #include 5 #include 6
using
namespace
std;
7int
main()
23 }
2 :
編寫乙個程式,讀入
string
和int
的序列,將每個
string
和int
存入乙個
pair
中,pair
儲存在乙個
vector
中.
1 #include2 #include3 #include4 #include5 #include6 #include7
8using
namespace
std;
9int main(int argc, char *ar**)
1016
17 vectorstring, int>>data;
18string
s;19
intv;
20while (in>>s && in>>v)
21 data.push_back(pair(s, v));
22//
data.push_back(); 列表初始化的方式;
23//
data.push_back(make_pair(s, v)); 或者使用 make_pair ;
2425
for (const auto &d : data)
26 cout<」2728
return0;
29 }
3. 開啟test_ids.txt 將裡面的東西新增"i_",然後另存為test_ids_repaired.txt 從1~88種 ...
1 #include 2 #include3 #include 4 #include 5 #include 6
using
namespace
std;78
intmain()32}
33 }
C 實用的小程式
開啟test ids.txt 將裡面的東西新增 1 然後另存為test ids repaired.txt 1 include 2 include 3 include 4 include 5 include 6 using namespace std 7int main 23 2 編寫乙個程式,讀入 ...
C 實用小技巧
系統自帶全球唯一標示id system.guid.newguid tostring 字元竄或者變數前加乙個 標示為路徑 muban.doc 複製檔案 system.io.file.copy 檔案路徑,檔案路徑 刪除檔案 system.io.file.delete 檔案路徑 結束程序 foreach ...
C程式入門小程式
c程式語言例題 includeint main printf the number of line is 3d nthe number of space is 3d nthe number of tab is 3d n line,space,tab return 0 includeint main ...