摘要: 继续复习(预习) #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 阅读全文
posted @ 2020-05-26 12:30 tttttttttrx 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 复习(预习)一下树链剖分 Reference:https://www.cnblogs.com/chinhhh/p/7965433.html #include<bits/stdc++.h> using namespace std; typedef long long ll; const int max 阅读全文
posted @ 2020-05-26 03:28 tttttttttrx 阅读(145) 评论(0) 推荐(0) 编辑