摘要:
任务1 publisher.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函 阅读全文
posted @ 2025-12-15 21:57
yueTO
阅读(3)
评论(0)
推荐(0)
摘要:
任务一: task1.cpp #include <iostream> #include <string> #include "GradeCalc.hpp" void test() { GradeCalc c1("OOP"); std::cout << "录入成绩:\n"; c1.input(5); 阅读全文
posted @ 2025-12-02 20:28
yueTO
阅读(6)
评论(1)
推荐(0)
浙公网安备 33010602011771号