首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
小三大专题
FAFU-1198 小三大作战 多重匹配
http://acm.fafu.edu.cn/problem.php?id=1198 #include "stdio.h"#include "string.h"const int maxn = 105;int map[maxn][maxn],cap[maxn],data[maxn][maxn],flow[maxn];;int n,m;bool vis[maxn];bool dfs
阅读更多...