摘要: #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 阅读全文