摘要: #include <iostream> using namespace std; class mother { public: mother() { cout << "mother\n"; } }; class daughter : public mother { public: daughter( 阅读全文
posted @ 2024-01-24 22:16 平安喜乐× 阅读(46) 评论(0) 推荐(0)