A+B-51 백준-10952번(A+B-5)-python 백준-10952번(A+B-5)-python c=[] a=1 b=1 while a!=0 and b!=0: a,b=map(int,input().split()) if a!=0 and b!=0: c.append(a+b) for x in c: print(x) 2023. 11. 23. 이전 1 다음