728x90
반응형
그냥 A + B를 출력하면 된다.
print(int(input())+int(input()))
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 2577번 숫자의 개수(python) (0) | 2020.02.06 |
---|---|
백준 알고리즘 2562번 최댓값(python) (0) | 2020.02.06 |
백준 알고리즘 2557번 Hello World(python) (0) | 2020.02.06 |
백준 알고리즘 2448번 별 찍기 - 11(python) (0) | 2020.02.06 |
백준 알고리즘 2445번 별 찍기 - 8(python) (0) | 2020.02.06 |