摘要: #include <iostream> #include "MachinePets.h" #include "Petcats.h" #include "Petdogs.h" using namespace std; void play(MachinePets *m){ cout<<m->getnic 阅读全文
posted @ 2019-06-03 21:14 顾少鹏 阅读(73) 评论(0) 推荐(0) 编辑