摘要:
//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
阅读(87)
评论(1)
推荐(0)
浙公网安备 33010602011771号