摘要: #include <iostream> #include <string> using namespace std; class P { public: int id; string name; public: P() { cout << "wu can p gou zao " << endl; } 阅读全文
posted @ 2021-11-08 08:54 邱明成 阅读(125) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> using namespace std; class P { public: int id; string name; public: P() { cout << "wu can p gou zao " << endl; } 阅读全文
posted @ 2021-11-08 08:48 邱明成 阅读(170) 评论(0) 推荐(0)