Run ID:98969

提交时间:2024-11-23 20:07:22

a = int(input()) b = int(input()) c = a+b print(c)