摘要: ##任务1 ###1.源代码 #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函数 v 阅读全文
posted @ 2025-12-14 17:30 knight-k3 阅读(4) 评论(0) 推荐(0)