摘要: 实验任务3 pets.hpp: 1 # pragma once 2 3 #include <iostream> 4 #include <string> 5 6 using namespace std; 7 8 class MachinePets{ 9 private: 10 string nickn 阅读全文
posted @ 2023-12-03 23:57 oacuiaka 阅读(16) 评论(0) 推荐(0)