2024年12月8日
摘要: 实验任务3: pets.hpp代码: 1 #pragma once 2 #include <iostream> 3 #include <string> 4 using std::string; 5 6 class MachinePets { 7 public: 8 // 带参数的构造函数 9 Mac 阅读全文
posted @ 2024-12-08 18:27 rrrrrrrr00000 阅读(20) 评论(0) 推荐(0)