棋牌覆盖问题(分治)
摘要:
转自 https://www.cnblogs.com/yinbiao/p/8666209.html #include <bits/stdc++.h> using namespace std; typedef long long i64; const int maxn = 1e3 + 32; int 阅读全文
posted @ 2020-09-06 22:19 chengyulala 阅读(146) 评论(0) 推荐(0) 编辑