摘要: 比赛时候写复杂了…… 我写的是 计算每个节点树内所有点到某个点的距离和。 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 2e5 + 50; vector<int> g[maxn 阅读全文
posted @ 2018-10-05 10:24 汪汪鱼 阅读(295) 评论(0) 推荐(0) 编辑