摘要: 实验内容四 pets.hpp #include <iostream> using namespace std; // abstract class class MachinePets{ public: MachinePets(const string s){ nickname=s; } virtua 阅读全文
posted @ 2022-11-24 18:54 akumanpower 阅读(26) 评论(0) 推荐(0)