728x90
public class Main {
public static void main(String[] args) {
int a,b;
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
System.out.println(a+b);
sc.close();
}
}
'코테 > 백준' 카테고리의 다른 글
백준 3003 JAVA (0) | 2022.12.22 |
---|---|
백준 1001 JAVA (0) | 2022.12.21 |
백준 2557 JAVA (0) | 2022.12.21 |
백준 18108번 JAVA (0) | 2022.12.21 |
백준 10926번 JAVA (0) | 2022.12.21 |
댓글