728x90 반응형 [백준]2558_A+B - 21 [백준]2558_A+B - 2 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int A=Integer.parseInt(br.readLine()); int B=Integer.parseInt(br.readLine()); System.out.pri.. 2022. 2. 14. 이전 1 다음 728x90 반응형