摘要:
刚写了网络流,再写一个二分图匹配经典算法,一样能解决二分图匹配问题#include#include#includeusing namespace std;int m,n,e;int nex[999999];int to[999999];int head[999999];int co... 阅读全文
posted @ 2017-04-21 16:07
wspl98765
阅读(121)
评论(0)
推荐(0)
浙公网安备 33010602011771号