摘要: #include #include #include using namespace std; const int maxn=11000; struct my{ int next; int v; }; bool biao[110][110]; bool vis[maxn]; int match[maxn]; int n,m,adj[maxn],fa; my bian[... 阅读全文
posted @ 2018-04-05 22:16 lmjer 阅读(299) 评论(0) 推荐(0) 编辑