728x90
반응형

단순 구현 문제이다.

for i in range(int(input())):
    print(f"Case {i+1}: {sum(map(int, input().split()))}")
728x90
반응형

+ Recent posts