728x90
반응형
SMALL
T = int(input())
for i in range(1, T+1):
a, b = map(int, input().split())
print(f"Case #{i}: {a+b}")
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 25314번 - python (1) | 2024.03.01 |
---|---|
백준) 14645번 - python (0) | 2024.02.29 |
백준) 10818번 - python (0) | 2024.02.27 |
백준)10817번 - python (0) | 2024.02.26 |
백준) 8393번 - python (0) | 2024.02.25 |