摘要: #include<bits/stdc++.h> using namespace std; const int MM=100005; int u,v,w,c,tmp,n,m,s,t,tot=1,flow,cost,nxt[MM],to[MM],fl[MM],cs[MM],dis[MM],head[MM 阅读全文
posted @ 2021-12-24 15:35 T_X蒻 阅读(18) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> using namespace std; const int MM=4e5+5,inf=0x3f3f3f3f; int n,m,s,t,tot=1,a; int nxt[MM],head[MM],to[MM],w[MM]; int h[MM],e[MM 阅读全文
posted @ 2021-12-24 15:29 T_X蒻 阅读(54) 评论(1) 推荐(0) 编辑