最小割
文章平均质量分 82
liluoyu_1016
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Dual Core CPU POJ - 3469 经典最小割
As more and more computers are equipped with dual core CPU, SetagLilb, the Chief Technology Officer of TinySoft Corporation, decided to update their famous product - SWODNIW. The routine consists of原创 2018-04-30 15:16:38 · 423 阅读 · 0 评论 -
求割点
#include #include #include using namespace std; const int M=10000; struct node { int to,next; }e[M]; int dfn[110],low[110]; int head[110],vis[110]; int cnt[110]; int m,ci,root; void add(int u,int原创 2017-11-18 09:34:45 · 217 阅读 · 0 评论
分享