kogus=int(input()) for nr in range(kogus): a, b=[int(arv) for arv in input().split(" ")] print(a+b)