Run ID:124060

提交时间:2025-07-10 21:48:36

n = int(input()) for _ in range(n): a, b = map(int, input().split()) print(a + b)