摘要: #include <iostream> #include <cstdio> #include <vector> #include <cstring> using namespace std; const int maxn=5e5+10; int depth[maxn],fa[maxn][22],lg 阅读全文
posted @ 2019-09-17 19:58 wyhbadly 阅读(116) 评论(0) 推荐(0)