문제풀이/백준(Boj) 문제풀이

[백준][구현] 2558. A+B - 2(파이썬/Python)

얄루몬 2021. 10. 27. 17:25

a = int(input())
b = int(input())

print(a+b)