Skip to content

Commit 2c33c61

Browse files
aQuaaQua
aQua
authored and
aQua
committed
437 wrong answer
1 parent aad265a commit 2c33c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Algorithms/0437.path-sum-iii/path-sum-iii_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ func Test_Problem0437(t *testing.T) {
2020
}{
2121

2222
{
23-
[]int{8, 5, 3, 5, -2, 2, 1, -3, 11},
24-
[]int{5, 3, -2, 5, 2, 1, 8, -3, 11},
23+
[]int{8, 5, 3, 5, -2, 2, 1, -3, 11, 0},
24+
[]int{5, 3, -2, 5, 2, 1, 8, -3, 11, 0},
2525
8,
26-
5,
26+
6,
2727
},
2828

2929
// 可以多个 testcase

0 commit comments

Comments
 (0)