1. Problem 문제 확인하기 2. Solution T = int(input()) for _ in range(T): lst = list(map(int, input().split())) print(sum(lst))