摘要:
#include <iostream>#include <cstdio>#include <string.h>using namespace std;int sum,s[1005][1005],has[1005],link[1005],m,n,k;int match(int t){ for (int i=1;i<=n;++i) { if (!has[i]&&s[t][i])//注意不是s[i][t] { has[i]=1;//表示i号男生存在匹配 if (!link[i]||match(link[i]))//i... 阅读全文
posted @ 2013-04-23 09:19
一线添
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号