[python] 백준 11022 A + B -8

rse·2022년 11월 25일
0

알고리즘

목록 보기
9/44
post-custom-banner

https://www.acmicpc.net/problem/11022

이번 문제는 저번 문제와 유사하다.
출력 부분에서 a + b = c 를 출력해야하는 문제이다.

 t= int(input())
 
 for i in range(1, t + 1):
 	a + b = map(int, input().split())
    c = a + b
    print("Case #{0}: {1} + {2} =".format(i, a, b), c)

profile
기록을 합시다
post-custom-banner

0개의 댓글