摘要: #include<bits/stdc++.h> using namespace std; const int maxn=10000; struct stu{ int a,b,cha,num; int c; }k[maxn]; bool cmp(stu x,stu y){ if(y.cha>x.cha 阅读全文
posted @ 2022-01-15 17:04 happycrazy 阅读(62) 评论(0) 推荐(0)