We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d906de commit 13fdeaeCopy full SHA for 13fdeae
learning/1.99.其他补充题目/28.md
@@ -1,5 +1,5 @@
1
---
2
-1title: 有效的数独
+title: 有效的数独
3
date: 2020-07-10
4
5
@@ -126,7 +126,6 @@ int[][] sbox = new int[9][9];
126
<br/>
127
128
><center>rows[当前行][当前元素值] = rows[5][2] = 1</center>
129
->
130
><center>col[当前列][当前元素值] = col[4][2] = 1</center>
131
132
@@ -136,7 +135,6 @@ int[][] sbox = new int[9][9];
136
135
137
138
><center>rows[当前行][当前元素值] = rows[5][2-1] = 1</center>
139
140
><center>col[当前列][当前元素值] = col[4][2-1] = 1</center>
141
142
0 commit comments