12 2025 档案

摘要:实验任务1 实验代码: contestant.hpp: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; std::string name; std:: 阅读全文
posted @ 2025-12-23 20:11 l栗l 阅读(5) 评论(1) 推荐(0)
摘要:实验任务1 实验代码: publisher.hpp: #pragma once #include <string> class Publisher { public: Publisher(const std::string& name_ = ""); virtual ~Publisher() = d 阅读全文
posted @ 2025-12-16 21:18 l栗l 阅读(6) 评论(1) 推荐(0)
摘要:实验任务1 代码: GradeCalc.hpp #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string& cname 阅读全文
posted @ 2025-12-01 19:18 l栗l 阅读(10) 评论(0) 推荐(0)