zbyQIN

 

2025年3月12日

树链剖分模板

摘要: #include<bits/stdc++.h> using namespace std; int n,m,s; const int N=2000005; int cnt,head[N],nxt[N],to[N]; int dep[N],fa[N],top[N],siz[N],son[N]; void 阅读全文

posted @ 2025-03-12 15:38 秦風 阅读(8) 评论(0) 推荐(0)

导航