摘要: 实验任务1 contestant.hpp #pragma once #include <iomanip> #include <iostream> #include <string> struct Contestant { long id; // 学号 std::string name; // 姓名 阅读全文
posted @ 2025-12-24 00:24 15468483 阅读(4) 评论(1) 推荐(0)