摘要: CH6801 棋盘覆盖 cpp include using namespace std; const int N=2e4+10,M=210; int head[N],nxt[N 2],to[N 2],a[M][M],vis[N],match[N]; int num,m,n,ans; void add 阅读全文
posted @ 2019-07-22 11:45 小蒟蒻lzq 阅读(169) 评论(0) 推荐(0)