摘要: tarjan求割点,搜索树 阅读全文
posted @ 2018-08-16 21:37 GhostCai 阅读(107) 评论(0) 推荐(0)
摘要: #6000. 「网络流 24 题」搭配飞行员 二分图匹配 #include<iostream> #include<cstring> #include<cstdio> #include<queue> using namespace std; inline int rd(){ int ret=0,f=1 阅读全文
posted @ 2018-08-16 19:34 GhostCai 阅读(126) 评论(0) 推荐(0)