摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2063 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 using namespace std; 5 const int N = 500+10; 6 int gil,boy; 7 int gil_boy[N][N]; 8 int flg[N];//在递归过程中男生N是否有女朋友 9 int bg[N];//男生N的女朋友10 //匈牙利算法11 int xfind(int g)//女生g找男朋 阅读全文
posted @ 2012-07-12 16:54 qijinbiao1 阅读(257) 评论(0) 推荐(0) 编辑