摘要:
继续复习(预习) #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn=1e5+5; int tr[maxn<<2],lazy[maxn<<2]; int dep[maxn],fa[maxn 阅读全文
摘要:
复习(预习)一下树链剖分 Reference:https://www.cnblogs.com/chinhhh/p/7965433.html #include<bits/stdc++.h> using namespace std; typedef long long ll; const int max 阅读全文