12 2025 档案
摘要:实验任务1 实验代码: contestant.hpp: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; std::string name; std::
阅读全文
摘要:实验任务1 实验代码: publisher.hpp: #pragma once #include <string> class Publisher { public: Publisher(const std::string& name_ = ""); virtual ~Publisher() = d
阅读全文
摘要:实验任务1 代码: GradeCalc.hpp #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string& cname
阅读全文
浙公网安备 33010602011771号