摘要: #include<bits/stdc++.h>using namespace std;int a[10][10];bool h[10][10],l[10][10],g[10][10],flag;int pre[9][9] = { //可以通过行列判断是在哪个9宫格1,1,1,2,2,2,3,3,3, 阅读全文
posted @ 2022-04-12 23:01 ganl啦 阅读(84) 评论(0) 推荐(0)