摘要: 任务三: pets.hpp 1 #include <iostream> 2 #include <string> 3 4 using std::string; 5 using std::cout; 6 using std::endl; 7 8 class MachinePets { 9 public: 阅读全文
posted @ 2024-12-07 14:03 F&WJ 阅读(15) 评论(0) 推荐(0)