백준-10951

Weed·2023년 3월 8일
0

백준

목록 보기
17/24

while True:
    try:
        a, b = map(int, input().split())
        print(a+b)
    except:
        break
profile
개발자로 전직해보자

0개의 댓글