728x90 반응형 [백준]1000_A+B1 [백준]1000_A+B 1 2 3 4 5 6 7 8 9 10 11 12 13 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int A=sc.nextInt(); int B=sc.nextInt(); System.out.println(A+B); } } Colored by Color Scripter cs 2022. 2. 14. 이전 1 다음 728x90 반응형