This commit is contained in:
YDZ
2020-08-13 16:16:58 +08:00
parent e8268e6f3e
commit 000a261bd2

View File

@ -49,7 +49,7 @@ func Test_Problem18(t *testing.T) {
question18{
para18{[]int{1, 0, -1, 0, -2, 2, 0, 0, 0, 0}, 1},
ans18{[][]int{[]int{-1, 0, 0, 1}, []int{-2, -1, 1, 2}, []int{-2, 0, 0, 2}, []int{0, 0, 0, 0}}},
ans18{[][]int{[]int{-1, 0, 0, 2}, []int{-2, 0, 1, 2}, []int{0, 0, 0, 1}}},
},
}