摘要: 实验任务4 1 #pragma once 2 3 #include<string> 4 #include<iostream> 5 6 using std::string; 7 8 class MachinePets{ 9 public: 10 MachinePets(const string s): 阅读全文
posted @ 2022-11-23 22:53 wch824 阅读(40) 评论(0) 推荐(0)