摘要: #pragma once #include <iostream>#include <string> using std::cout;using std::endl;using std::string; // 发行/出版物类:Publisher (抽象类)class Publisher {public 阅读全文
posted @ 2024-12-03 20:50 王青松15252129616 阅读(28) 评论(0) 推荐(0)