摘要: #include <bits/stdc++.h> using namespace std; const int N = 1e6+10; string s1,s2; int a[N],b[N],c[N],t[N*2]; bool comp(){ if(a[0]!=t[0]) return a[0]>t 阅读全文
posted @ 2024-07-28 20:09 王一行(小号) 阅读(19) 评论(0) 推荐(0)