摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N=200011,M=N<<5; 4 int n,m,a[N],b[N],num,tot,rt[N]; 5 int cnt[M],ch[M][2]; 6 7 inline int 阅读全文
posted @ 2021-07-25 10:19 上官书房 阅读(47) 评论(0) 推荐(0)