1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-04-24 22:37:41 +08:00
parent a9999bb93f
commit ab2928db1d

View File

@@ -200,7 +200,7 @@ func replaceOneNumber(original [3]int) ([3]int, int, int) {
originalMap[num] = true
}
for i := 0; i < 8; i++ {
for i := 0; i < 9; i++ {
if !originalMap[i] {
candidates = append(candidates, i)
}