2019年6月3日
摘要: //MachinePets.h #include #include using namespace std; #ifndef MACHINEPETS_H #define MACHINEPETS_H class MachinePets { public: MachinePets(const string s); virtual string talk() const=0; ... 阅读全文
posted @ 2019-06-03 22:47 happy-every-day 阅读(82) 评论(1) 推荐(0) 编辑