11022번1 [백준 알고리즘] 11022번 Python 문제 정보 제출 코드 count = int(input()) for i in range (0,count): a,b = map(int,input().split()) print("Case #"+str(i+1)+": "+str(a)+" + "+str(b)+" = "+str(a+b)) 2021. 10. 3. 이전 1 다음