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

Commit35468ca

Browse files
authored
Update Solution.java
1 parent2e7759d commit35468ca

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g2501_2600/s2552_count_increasing_quadruplets

1 file changed

+1
-1
lines changed

‎src/main/java/g2501_2600/s2552_count_increasing_quadruplets/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
importjava.util.Arrays;
77

8-
classSolution {
8+
publicclassSolution {
99
publiclongcountQuadruplets(int[]nums) {
1010
intn =nums.length;
1111
long[]dp =newlong[n];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp