Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit a2267b3

Browse files
committed
1124 wrong answer
1 parent 22eebff commit a2267b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Algorithms/1124.longest-well-performing-interval/longest-well-performing-interval_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ var tcs = []struct {
1212
ans int
1313
}{
1414

15+
{
16+
[]int{9, 6, 6, 6, 9, 9},
17+
3,
18+
},
19+
1520
{
1621
[]int{6, 9, 6},
1722
1,

0 commit comments

Comments
 (0)