牛客-数独挑战(dfs)

题目链接 1 暴力法(TLE) #include<bits/stdc++.h> using namespace std; const int inf= 0x3f3f3f3f; typedef long long ll; int e[10][10]; int r[10][10]; //记录该行 1-9是否出现 出现为 1 int c[10][10]; int k[10][10][10]; st
相关文章
相关标签/搜索