Skip to content

Commit adb6701

Browse files
authored
[BOJ] 1359 복권 (S4)
1 parent 6762401 commit adb6701

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

정건우/2주차/260109.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public static void main(String[] args) throws IOException {
1919
N = Integer.parseInt(st.nextToken());
2020
M = Integer.parseInt(st.nextToken());
2121
K = Integer.parseInt(st.nextToken());
22+
2223
picks = new int[M];
2324
v = new boolean[N];
2425
set = new HashSet<>();

0 commit comments

Comments
 (0)