This commit is contained in:
krahets
2024-05-04 19:57:03 +08:00
parent 6d966b8b5d
commit 2395804410
27 changed files with 792 additions and 91 deletions

View File

@@ -269,6 +269,7 @@ comments: true
}
*res = append(*res, newState)
return
}
// 遍历所有列
for col := 0; col < n; col++ {