백준-11022

Weed·2023년 2월 27일
0

백준

목록 보기
13/24

n = int(input())

for i in range(1, n+1):
    a, b = map(int,input().split())
    print(f'Case #{i}: {a} + {b} = {a+b}')
profile
개발자로 전직해보자

0개의 댓글