摘要: 基环树 基环树直径 P3248 #include<bits/stdc++.h> using namespace std; #define ll long long const int N=1e5+5; int n; int te,v[N<<1],pre[N<<1],tail[N]; ll L,len 阅读全文
posted @ 2020-11-26 21:11 林生。 阅读(75) 评论(0) 推荐(0)