摘要:
实验任务4 程序源码 pets.hpp #pragma once #include<iostream> #include<string> using namespace std; class MachinePets{ public: MachinePets(const string &s); con 阅读全文
摘要:
实验任务5 info.hpp #pragma once #include<iostream> #include<string> #include<iomanip> using namespace std; class info { public: info(string name, string c 阅读全文