随笔分类 - 图论-欧拉路
摘要:1 #include<bits/stdc++.h> 2 #define ll long long 3 using namespace std; 4 const ll N=1e6+11; 5 ll n,m,fa[N],l[N],r[N],seg[N],zh; 6 bool vis[N]; 7 8 in
阅读全文
摘要:题目链接:https://www.luogu.com.cn/problem/CF508D 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int N=400011,St=233,MAX_N=400000; 4 int n,len;
阅读全文

浙公网安备 33010602011771号