Skip to content

Commit cc93c58

Browse files
authored
[20260312] BOJ / G5 / 수 이어 쓰기 2 / 이준희
1 parent f209b42 commit cc93c58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

JHLEE325/202603/12 BOJ G5 수 이어 쓰기 2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import java.io.*;
33
import java.util.*;
44

55
public class Main {
6+
67
public static void main(String[] args) throws IOException {
78
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
89
StringTokenizer st = new StringTokenizer(br.readLine());

0 commit comments

Comments
 (0)