带花树
wtcl
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
牛客多校 - 1 or 2(一般图最大匹配)
讲解:https://blog.youkuaiyun.com/qq_45458915/article/details/107306393 代码: #include<cstdio> #include<cctype> #include<cstring> #include<algorithm> using namespace std; const int maxn=505; const int maxm=maxn*maxn*2; int que[maxm],ql,qr,pre[原创 2020-07-14 15:12:16 · 438 阅读 · 1 评论 -
一般图最大匹配(带花树)
讲解: https://www.cnblogs.com/owenyu/p/6858508.html https://yhx-12243.github.io/OI-transit/records/uoj79.html https://www.cnblogs.com/BAJimH/p/10569418.html 题目:http://uoj.ac/problem/79 #include<cstdio> #include<cctype> #include<cstring> #in原创 2020-07-14 14:48:15 · 304 阅读 · 0 评论
分享