摘要: Task 3:pets.hpp: #include<iostream> #include<string> using namespace std; class MachinePets{ public: MachinePets(const string s):nickname(s){} const s 阅读全文
posted @ 2023-12-03 22:08 煙猫 阅读(22) 评论(0) 推荐(0)