uploaded at 2022. 11. 30. 오후 3:44:22
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
// [문제 링크]: https://www.acmicpc.net/problem/1000
|
||||||
|
|
||||||
|
import java.util.Scanner;
|
||||||
|
public class Main {
|
||||||
|
public static void main (String[] args) {
|
||||||
|
Scanner sc = new Scanner(System.in);
|
||||||
|
System.out.print(sc.nextInt()+sc.nextInt());
|
||||||
|
sc.close();
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user