首页 > Sudoku
头像 飞墨
发表于 2026-03-20 14:41:36
#include <iostream> using namespace std; void solve(){ int a[4][4]; for(int i = 0; i < 4; i++){ for(int j = 0; j < 4; j+ 展开全文
头像 练题不如去睡觉
发表于 2026-01-19 02:06:28
//用f数组记录行列状态 a数组记录四个2×2块的状态 #include #include using namespace std; int f[9][5]; int a[5][5]; int main(){ int t; cin>>t; while(t--){ memset 展开全文

等你来战

查看全部