摘要:
#include <iostream> #include <set> #include <algorithm> using namespace std; class Print { public: void operator()(int i) { cout << i << endl; } }; cl 阅读全文
摘要:
#include <iostream> using namespace std; int main() { pair<string, int> p1("furong", 10); cout << "姓名 " << p1.first << endl; cout << "年龄 " << p1.secon 阅读全文
摘要:
#include <iostream> #include <set> #include <algorithm> using namespace std; class Print { public: void operator()(int i) { cout << i << endl; } }; in 阅读全文
摘要:
#include <iostream> #include <set> #include <algorithm> using namespace std; class Print { public: void operator()(int i) { cout << i << endl; } }; in 阅读全文