import sys input=sys.stdin.readline t=int(input()) for i in range(t): a,b=map(int,input().split()) print(a+b)
접근 방법
input=sys.stdin.readline