摘要:
实验任务1: contestant.hpp: #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓 阅读全文
posted @ 2025-12-21 15:05
fuilk
阅读(12)
评论(1)
推荐(0)
摘要:
实验任务1: Publisher.hpp: #pragma once #include<stdio.h> class Publsher{ public: Publisher(const std::string &name_=""); virtual ~Publisher()=default; pub 阅读全文
posted @ 2025-12-14 18:14
fuilk
阅读(15)
评论(1)
推荐(0)
浙公网安备 33010602011771号