随笔分类 -  图论-欧拉路

摘要: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 阅读全文
posted @ 2021-09-30 13:53 上官书房 阅读(39) 评论(0) 推荐(1)
摘要:题目链接: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; 阅读全文
posted @ 2021-05-29 18:11 上官书房 阅读(59) 评论(0) 推荐(0)