摘要: #include<iostream> using namespace std; #include<string> class mother { public: mother() { cout << "mother\n"; } }; class daughter : public mother { p 阅读全文
posted @ 2023-04-28 19:51 张佳木 阅读(86) 评论(0) 推荐(0)