實驗任務1: 代碼: publisher.cpp 1 #include iostream 2 #include string 3 #include "publisher.hpp" 4 5 Publisher::Publisher(const std::string name_): name {name_} { 6 } 7 8 9 Book::Book(const std