728x90 반응형 [백준]11718_그대로 출력하기1 [백준]11718_그대로 출력하기 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Main { public static void main(String args[]) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = ""; while ((str = br.readLine()) != null) { System.out.println(st.. 2022. 2. 15. 이전 1 다음 728x90 반응형