Run ID:99982

提交时间:2024-12-01 12:29:35

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