摘要: 实验任务3 pets.hpp 1 #ifndef PETS_HPP 2 #define PETS_HPP 3 #include <string> 4 5 6 class MachinePets { 7 public: 8 MachinePets(const std::string s); 9 vir 阅读全文
posted @ 2024-12-02 22:19 徐睿泽 阅读(29) 评论(0) 推荐(0)