HDU 3026 Chinese Chess 二分匹配(TLE...)
求有多少个点,满足不选这个点最大匹配减少,超时了,挖个坑, 以后实力够了在来填坑。。。
#include
#include
#include
using namespace std;
const int maxn = 10010;
const int maxm = 10010;
bool vis[maxn];
int y[maxn];
int n, m;
vector G
原创
2016-07-13 09:34:20 ·
413 阅读 ·
0 评论