2025年12月16日
摘要: 一、任务1 1、源代码: publish.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); 阅读全文
posted @ 2025-12-16 21:01 愿意讲 阅读(4) 评论(1) 推荐(0)