Run ID:91083

提交时间:2024-09-21 11:38:28

a = input().split() b = a[0] c = a[1] b = int(b) c = int(c) print(b+c)