摘要: Aimee 思维难度没有 唯一的剪枝就是从0少的列开始搜索 记录下所有能放的点的坐标,按顺序搜索 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> using namespace std; struct 阅读全文
posted @ 2021-01-12 23:47 Simex 阅读(119) 评论(0) 推荐(0) 编辑