Run ID:151600

提交时间:2026-04-15 17:15:27

import sys for line in sys.stdin: a, b = map(int, line.strip().split()) print(a + b)