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

2 lines
68 B
Python

for i in range(int(input())):
print(sum(map(int, input().split())))