forgiver

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2024年12月8日

摘要: 实验任务3 代码: pets.hpp 1 #pragma once 2 #include <iostream> 3 4 using namespace std; 5 6 class MachinePets { 7 public: 8 MachinePets(const string& s); 9 s 阅读全文
posted @ 2024-12-08 22:38 Forgiver 阅读(4) 评论(0) 推荐(0) 编辑