摘要: 任务1: 任务1代码: 1 #pragma once 2 3 #include <string> 4 5 // 发行/出版物类:Publisher (抽象类) 6 class Publisher { 7 public: 8 Publisher(const std::string &name_ = " 阅读全文
posted @ 2025-12-14 15:42 杨启霖 阅读(6) 评论(0) 推荐(0)