摘要:
思路:最大匹配 (很裸)// by SiriusRen#include #include #include using namespace std;#define N 205int n,tot=0,first[N],v[N*N],next[N*N],m,s,V,vis[N],fa... 阅读全文
摘要:
一道建图题……// by SiriusRen#include #include using namespace std;#define N 1666int h,w,v[N],next[N],first[N],tot,cnt,cases,map[55][55],fa[N],ans;c... 阅读全文