树链剖分模板题
题目链接:
https://www.luogu.com.cn/problem/P3384
代码
#include<bits/stdc++.h>
using namespace std;
using ll =
2022-07-22
2022-07-22