2022年9月16日
摘要: https://www.acwing.com/problem/content/1075/ 输出树的中心(该点到树中其他结点的最远距离最近)。 时间复杂度 $O(n)$。 #include <bits/stdc++.h> using namespace std; #define LL long lon 阅读全文
posted @ 2022-09-16 00:51 Hamine 阅读(48) 评论(0) 推荐(0) 编辑