-코드
for i in range(int(input())):
a, b = map(int, input().split())
print(f"Case #{i + 1}: {a} + {b} = {a + b}")
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 1975번 Number Game (0) | 2022.01.24 |
---|---|
[프로그래머스/파이썬] 더 맵게 (0) | 2022.01.23 |
[백준/파이썬] 11021번 A+B - 7 (0) | 2022.01.23 |
[백준/파이썬] 14614번 Calculate! (0) | 2022.01.23 |
[프로그래머스/파이썬] 124 나라의 숫자 (0) | 2022.01.22 |