摘要: 1.树的重心 acwing 846 1 #include <iostream> 2 #include <algorithm> 3 #include <cstring> 4 5 using namespace std; 6 7 const int N = 1e5 + 10; //数据范围是10的5次方 阅读全文
posted @ 2023-11-15 23:55 rw156 阅读(17) 评论(0) 推荐(0)