[二分匹配]poj 1719 Shooting Contest

/** [二分匹配]poj 1719 Shooting Contest r*c 的格子矩陣,有C發子彈,每列格子有2個白色的方塊, 每一列打一個白色格子,才能把全部的行所有打到, 若是行所有打到並且有多餘的列,那麼這列隨便打一個方塊就能夠了, 二分匹配,輸出匹配方案 */ #include <stdio.h> #include <string.h> #include <limits.h> #in
相關文章
相關標籤/搜索