2024-06-07 19:10:05 +09:00

2 lines
70 B
Python

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