摘要: 先占个坑 #include<bits/stdc++.h> using namespace std; const int N=2e4+2; int n,m,cnt,num,a[N<<1],h[N<<2],tot,n1,n2,x,y,z; struct node{ int fg; int l,r,k; 阅读全文
posted @ 2022-06-07 20:13 _Youngxy 阅读(60) 评论(0) 推荐(0)