백준-11021

Weed·2023년 2월 27일
0

백준

목록 보기
12/24

n = int(input())

for i in range(n):
    a, b = map(int, input().split())
    #fprint 사용 --> {}안에 변수 사용 가능
    print(f'Case #{i+1}: {a+b}')
profile
개발자로 전직해보자

0개의 댓글