摘要:
#include <iostream> #include <set> #include <algorithm> using namespace std; class Print { public: void operator()(int i) { cout << i << endl; } }; cl 阅读全文
posted @ 2022-07-28 23:39
thomas_blog
阅读(49)
评论(0)
推荐(0)
摘要:
#include <iostream> using namespace std; int main() { pair<string, int> p1("furong", 10); cout << "姓名 " << p1.first << endl; cout << "年龄 " << p1.secon 阅读全文
posted @ 2022-07-28 23:21
thomas_blog
阅读(26)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <set> #include <algorithm> using namespace std; class Print { public: void operator()(int i) { cout << i << endl; } }; in 阅读全文
posted @ 2022-07-28 18:43
thomas_blog
阅读(22)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <set> #include <algorithm> using namespace std; class Print { public: void operator()(int i) { cout << i << endl; } }; in 阅读全文
posted @ 2022-07-28 16:34
thomas_blog
阅读(99)
评论(0)
推荐(0)

浙公网安备 33010602011771号