Run ID:99971

提交时间:2024-12-01 12:23:11

a, b = map(int, input().split()) print(a+b)