2025-05-16 18:45:20 +09:00

2 lines
89 B
Python

for i in range(int(input())):
print("Case #"+str(i+1)+":",sum(map(int,input().split())))