백준-10952

Weed·2023년 3월 8일
0

백준

목록 보기
16/24

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

0개의 댓글