摘要: #include<bits/stdc++.h> using namespace std; struct stu{ int Num; int Chinese; int Math; int English; int Sum; }student[310]; bool cmp(stu a,stu b){ i 阅读全文
posted @ 2025-08-06 09:42 园友3087003 阅读(8) 评论(0) 推荐(0)