摘要: 点击查看代码 #include <bits/stdc++.h> using namespace std; int a[10][10]; // 存数独地图 bool row[10][10], col[10][10], block[3][3][10]; // 三个记账本,标记题目要求的三个状态 // 打 阅读全文
posted @ 2026-01-07 00:35 gosaky 阅读(0) 评论(0) 推荐(0)