摘要: http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1005&cid=867 #include<iostream> #include<cstring> #include<algorithm> #include<cstdio> #inc 阅读全文
posted @ 2019-07-16 19:01 starve_to_death 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 洛谷2661 https://www.luogu.org/problemnew/show/P2661 分析:求缩点后成环中,环大小最小的size #include<bits/stdc++.h> using namespace std; const int M=2e5+5; vector<int>e[ 阅读全文
posted @ 2019-07-16 08:38 starve_to_death 阅读(183) 评论(0) 推荐(0) 编辑