728x90
1
2
3
4
5
6
7
|
n = int(input())
for i in range(1,n+1,1):
a,b = input().split()
a = int(a)
b = int(b)
print(f'Case #{i}: {a+b}')
|
cs |
728x90
'Study > BAEKJOON' 카테고리의 다른 글
[BAEKJOON] 2438 : 별 찍기 - 1 - python3 (0) | 2021.08.08 |
---|---|
[BAEKJOON] 11022 : A+B - 8 - python3 (0) | 2021.08.08 |
[BAEKJOON] 2742 : 기찍 N - python3 (0) | 2021.08.05 |
[BAEKJOON] 2741 : N 찍기 - python3 (0) | 2021.08.05 |
[BAEKJOON] 15552 : 빠른 A+B - python3 (0) | 2021.08.05 |