摘要: #include<bits/stdc++.h> using namespace std; struct stu{ string s; int num; }a[1000005]; int cmp(stu a,stu b){ return a.s<b.s; } int main(){ int n,m; 阅读全文
posted @ 2022-01-30 16:17 happycrazy 阅读(35) 评论(0) 推荐(0)