This commit is contained in:
krahets
2023-07-26 03:15:53 +08:00
parent 902087ec81
commit 583d89729e
13 changed files with 204 additions and 172 deletions

View File

@@ -1082,7 +1082,6 @@ comments: true
if isSolution(state) {
// 记录解
recordSolution(state, res)
return
}
// 遍历所有选择
for _, choice := range *choices {