摘要:
实验任务1 源代码: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 std::strin 阅读全文
posted @ 2025-12-17 15:56
溯溪而上
阅读(13)
评论(1)
推荐(0)
摘要:
实验任务1 源代码: #pragma once #include <string> // 发行/出版物类:Publisher (抽象类) class Publisher { public: Publisher(const std::string &name_ = ""); // 构造函数 virtu 阅读全文
posted @ 2025-12-14 16:41
溯溪而上
阅读(8)
评论(1)
推荐(0)
摘要:
实验任务1 源代码: #include <algorithm> #include <array> #include <cstdlib> #include <iomanip> #include <iostream> #include <numeric> #include <string> #inclu 阅读全文
posted @ 2025-12-01 22:28
溯溪而上
阅读(6)
评论(1)
推荐(0)
浙公网安备 33010602011771号