https://www.acmicpc.net/problem/10950
t=int(input()) for _ in range(t) : a,b=map(int,input().split()) print(a+b)