[백준]B3-10952

py_code·2020년 11월 26일
0

백준-브론즈3

목록 보기
9/38

while True:
  a,b = map(int, input().split())
  if a==0 and b==0:
    break
  print(a+b)
profile
개발자를 꿈꿉니다.

0개의 댓글