We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f209b42 commit cc93c58Copy full SHA for cc93c58
1 file changed
JHLEE325/202603/12 BOJ G5 수 이어 쓰기 2.md
@@ -3,6 +3,7 @@ import java.io.*;
3
import java.util.*;
4
5
public class Main {
6
+
7
public static void main(String[] args) throws IOException {
8
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
9
StringTokenizer st = new StringTokenizer(br.readLine());
0 commit comments