2013年5月11日

poj3020

摘要: 无向二分图的最小路径覆盖 = 顶点数 – 最大二分匹配数/2 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <cstdlib> 5 #include <cmath> 6 #include <map> 7 #include <algorithm> 8 #include <list> 9 #include <ctime> 10 #include <set> 11 #include 阅读全文

posted @ 2013-05-11 12:00 kakamilan 阅读(216) 评论(0) 推荐(0) 编辑

导航