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

Commitfd705d2

Browse files
authored
Update 4.java
1 parent4c55c17 commitfd705d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎15/4.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public int countByRange(ArrayList<String> arr, String leftValue, String rightVal
3131
}
3232

3333
// 모든 단어들을 길이마다 나누어서 저장하기 위한 리스트
34-
ArrayList<ArrayList<String>>arr =newArrayList<ArrayList<String>>();
34+
publicArrayList<ArrayList<String>>arr =newArrayList<ArrayList<String>>();
3535
// 모든 단어들을 길이마다 나누어서 뒤집어 저장하기 위한 리스트
36-
ArrayList<ArrayList<String>>reversedArr =newArrayList<ArrayList<String>>();
36+
publicArrayList<ArrayList<String>>reversedArr =newArrayList<ArrayList<String>>();
3737

3838
publicint[]solution(String[]words,String[]queries) {
3939
ArrayList<Integer>ans =newArrayList<Integer>();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp