摘要: 二分图匹配 dfs 版: https://uoj.ac/submission/619931 #define N 505 int n,m; int bel[N]; bitset<N>e[N],nvis; bool match(int u){ for(int i=(e[u]&nvis)._Find_fi 阅读全文
posted @ 2023-04-28 00:13 Rainbow_qwq 阅读(141) 评论(0) 推荐(2)