728x90 반응형 2047. 신문 헤드라인.D11 2047. 신문 헤드라인.D1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Solution { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); String strTo=str.toUpperCase(); System.out.println(strTo); } } Colored by Col.. 2022. 2. 5. 이전 1 다음 728x90 반응형