반응형
이건 고양이보다 더 쉽다.
답안
더보기
package bj1000;
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);
}
}
반응형
'Projects > 백준 문제' 카테고리의 다른 글
백준 2884번 자바 문제 알람시계 (0) | 2022.01.31 |
---|---|
백준 9488번 자바 문제 (0) | 2022.01.31 |
백준 1000번 자바 사칙연산 (0) | 2022.01.30 |
백준 10171 자바 문제 고양이 출력하기 (0) | 2022.01.30 |
백준 10718 자바 문제 프린트문 (0) | 2022.01.30 |