摘要: 实验任务3pets.hpp源码 1 #include <iostream> 2 using std::string; 3 class MachinePets { 4 private: 5 string nickname; 6 public: 7 MachinePets(const string s) 阅读全文
posted @ 2023-12-04 09:39 张文瑞 阅读(14) 评论(0) 推荐(0)