摘要:
TASK1 contestant.hpp 点击查看代码 #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; 阅读全文
posted @ 2025-12-22 11:10
hhbo527
阅读(6)
评论(1)
推荐(0)
摘要:
TASK1 publisher.cpp 点击查看代码 #include <iostream> #include <string> #include "publisher.hpp" // Publisher类:实现 Publisher::Publisher(const std::string &nam 阅读全文
posted @ 2025-12-16 19:37
hhbo527
阅读(7)
评论(1)
推荐(0)
摘要:
TASK1 GradeCalc.hpp 点击查看代码 #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string &cn 阅读全文
posted @ 2025-12-02 19:14
hhbo527
阅读(11)
评论(1)
推荐(0)
浙公网安备 33010602011771号