Run ID:110758
提交时间:2025-02-23 12:20:27
import sys for line in sys.stdin: a, b = map(int, line.strip().split()) print(a + b)