10952번1 [백준 알고리즘] 10952번 Python 문제 정보 제출 코드 while(1): a,b = input().split() c =int(a)+int(b) if(c!=0): print(c) else: break 2021. 10. 3. 이전 1 다음