摘要: MF class Dinic { typedef long long ll; static const int N=1e6+10,M=4e6+10; static const ll INF=4e18; int cgt,head[N],des[M],nxt[M],dep[N],que[N],H,T,h 阅读全文
posted @ 2022-08-06 12:02 jr_zlw 阅读(40) 评论(0) 推荐(0)