摘要: task1: 1 #include <iostream> 2 #include <string> 3 4 struct Contestant { 5 long id; // 学号 6 std::string name; // 姓名 7 std::string major; // 专业 8 int s 阅读全文
posted @ 2025-12-17 16:58 sunishope 阅读(10) 评论(1) 推荐(0)