摘要: 原题 错误代码: #include<bits/stdc++.h> using namespace std; struct person{ int k; int s; }a[10001]; bool cmp(person l,person b) { if(l.s == b.s){ if(l.k < l 阅读全文
posted @ 2023-12-03 16:49 Qwehhh 阅读(198) 评论(0) 推荐(0)