상근이의 친구들 썸네일형 리스트형 파이썬:백준문제풀이 5717번, 상근이의 친구들 while 1: m,f = map(int,input().split()) if m==0 and f==0: break else: print(m+f) 더보기 이전 1 다음