摘要:
实验任务3: #pragma once #include<string> using namespace std; class MachinePets { public: MachinePets(const std::string s); virtual string talk() const = 阅读全文
posted @ 2024-12-08 09:38
虎啊
阅读(6)
评论(0)
推荐(0)