摘要: "there" cpp include include using namespace std; int n, m, dfn[100005], idx, hea[100005], cnt, uu, vv, siz[100005], fa[100005][19]; int dep[100005], v 阅读全文
posted @ 2018-04-12 20:17 poorpool 阅读(188) 评论(0) 推荐(0)
摘要: "there" 阅读全文
posted @ 2018-04-12 15:42 poorpool 阅读(228) 评论(0) 推荐(0)
摘要: 裸dinic就跑过去了,哪用得着平面图最小割=最短路…… cpp include include include include using namespace std; int n, m, w, ss, tt, hea[1000005], cnt, lev[1000005], cur[100000 阅读全文
posted @ 2018-04-12 09:52 poorpool 阅读(150) 评论(0) 推荐(0)