import java.util.*;
public class Main{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int a, b;
a = sc.nextInt();
b = sc.nextInt();
System.out.println(a + b);
}
}
자바 수강생 삭제 - removeif (0) | 2024.05.08 |
---|---|
자바 문법 Week4 (0) | 2024.05.02 |
자바 문법 Week2 (0) | 2024.04.30 |
자바 문법 Week1 (0) | 2024.04.29 |
자바 대소문자 변환 알고리즘 (0) | 2024.04.25 |