2 lines
89 B
Python
2 lines
89 B
Python
for i in range(int(input())):
|
|
print("Case #"+str(i+1)+":",sum(map(int,input().split()))) |