We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6762401 commit adb6701Copy full SHA for adb6701
1 file changed
정건우/2주차/260109.java
@@ -19,6 +19,7 @@ public static void main(String[] args) throws IOException {
19
N = Integer.parseInt(st.nextToken());
20
M = Integer.parseInt(st.nextToken());
21
K = Integer.parseInt(st.nextToken());
22
+
23
picks = new int[M];
24
v = new boolean[N];
25
set = new HashSet<>();
0 commit comments