Skip to content

Commit 2c3f0ae

Browse files
authored
[20250211] BOJ / 골드5 / 창영이와 커피 / 김수연
1 parent 698ed64 commit 2c3f0ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

suyeun84/202502/11 BOJ G5 창영이와 커피.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ class Solution
1717
for (int i = 0; i < N; i++) {
1818
coffee[i] = Integer.parseInt(st.nextToken());
1919
}
20-
21-
Arrays.sort(coffee, Collections.reverseOrder());
2220

2321
for (int i = 0; i < N; i++) {
2422
if (coffee[i] > K) continue;

0 commit comments

Comments
 (0)