Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 000a261

Browse files
committed
1 parent e8268e6 commit 000a261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎leetcode/0018.4Sum/18. 4Sum_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func Test_Problem18(t *testing.T) {
4949

5050
question18{
5151
para18{[]int{1, 0, -1, 0, -2, 2, 0, 0, 0, 0}, 1},
52-
ans18{[][]int{[]int{-1, 0, 0, 1}, []int{-2, -1, 1, 2}, []int{-2, 0, 0, 2}, []int{0, 0, 0, 0}}},
52+
ans18{[][]int{[]int{-1, 0, 0, 2}, []int{-2, 0, 1, 2}, []int{0, 0, 0, 1}}},
5353
},
5454
}
5555

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /