稀疏图慢死了...但是稠密图效果还是很好的 struct MCMF{ struct tedge{int x,y,cap,w,next;}adj[maxm];int ms,fch[maxn]; int vis[maxn],d[maxn],ans,cost,S,T,n; void init(int n){ ;ans=cost=; memset(fch,-,sizeof(fch)); return; } inline void addedge(int u,int v,int cap,int w){ a…