摘要: 数颜色 点击查看代码 #include<bits/stdc++.h> using namespace std; #define N 300005 #define mid ((l+r)>>1) int n,m,a[N]; int root[N],tot;//根节点,开点个数 int ls[N*25], 阅读全文
posted @ 2025-09-03 11:39 Lucian2007 阅读(12) 评论(0) 推荐(0)