728x90
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.print(a+b);
}
}
728x90
'Coding Practice > BAEKJOON - Java' 카테고리의 다른 글
[BAEKJOON] 10172번 (0) | 2023.03.05 |
---|---|
[BAEKJOON] 10171번 (0) | 2023.03.04 |
[BAEKJOON] 11382번 (0) | 2023.03.03 |
[BAEKJOON] 2558번 (0) | 2023.03.02 |
[BAEKJOON] 2557번 (0) | 2023.03.01 |