摘要:
题目链接:https://www.luogu.com.cn/problem/P4074 解题思路完全来自 oi.wiki 示例程序: #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 5; int n, m, Q 阅读全文
摘要:
思路全部来自 OI WIKI:https://oi.wiki/graph/dynamic-tree-divide/ 按照自己的码风写了一下。 示例程序: #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 5; i 阅读全文