반응형
https://www.acmicpc.net/problem/11022
for i in range(int(input())):
x, y = map(int, input().split())
print(f'Case #{i+1}: {x} + {y} = {x+y}')
반응형
'BOJ > Python' 카테고리의 다른 글
백준 2743번 단어 길이 재기 파이썬 (0) | 2021.08.20 |
---|---|
백준 15740번 A+B - 9 파이썬 (0) | 2021.08.18 |
백준 11021번 A+B - 7 파이썬 (0) | 2021.08.18 |
백준 10953번 A+B - 6 파이썬 (0) | 2021.08.18 |
백준 10952번 A+B - 5 파이썬 (0) | 2021.08.18 |