Movatterモバイル変換


[0]ホーム

URL:


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

Commita710bb2

Browse files
authored
Improved task 2708
1 parent66334e6 commita710bb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/test/java/g2701_2800/s2708_maximum_strength_of_a_group/SolutionTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ void maxStrength2() {
1818

1919
@Test
2020
voidmaxStrength3() {
21-
assertThat(newSolution().maxStrength(
22-
newint[] {8,6,0,5, -4, -8, -4,9, -1,6, -4,8, -5}),equalTo(265420800L));
21+
assertThat(
22+
newSolution().maxStrength(newint[] {8,6,0,5, -4, -8, -4,9, -1,6, -4,8, -5}),
23+
equalTo(265420800L));
2324
}
2425
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp