摘要:
任务1 源代码 contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓 阅读全文
posted @ 2025-12-17 22:08
DKZ_Oliveira
阅读(7)
评论(1)
推荐(0)
摘要:
任务1 源代码 publisher.hpp #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 阅读全文
posted @ 2025-12-10 15:41
DKZ_Oliveira
阅读(11)
评论(1)
推荐(0)
摘要:
任务1 源代码 GradeClac.hpp #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string &cname); 阅读全文
posted @ 2025-12-01 16:37
DKZ_Oliveira
阅读(10)
评论(1)
推荐(0)
浙公网安备 33010602011771号