摘要:
#include <iostream> using namespace std; #include <algorithm> #include <vector> void myprint5(int val) { cout << val << " "; } //一、set_intersection /* 阅读全文
posted @ 2021-08-28 14:54
花与不易
阅读(48)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; #include <algorithm> #include <vector> #include <numeric> void myprint4(int val) { cout << val << " "; } //一、 阅读全文
posted @ 2021-08-28 14:42
花与不易
阅读(99)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; #include <algorithm> #include <vector> void myprint3(int val) { cout << val << " "; } //一、replace /* replace( 阅读全文
posted @ 2021-08-28 14:23
花与不易
阅读(57)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; #include <algorithm> #include <vector> #include <time.h> #include <functional> //一、sort /* sort(iterator beg, 阅读全文
posted @ 2021-08-28 14:05
花与不易
阅读(36)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; #include <algorithm> #include <vector> //一、find /* 查找指定元素,找到返回指定元素的迭代器,找不到返回结束迭代器end() find(iterator beg, ite 阅读全文
posted @ 2021-08-28 13:43
花与不易
阅读(51)
评论(0)
推荐(0)

浙公网安备 33010602011771号