Run ID:91239

提交时间:2024-09-21 13:54:44

a=input().split() a1=int(a[0]) a2=int(a[1]) n=int(a[2]) print(a1+a2+n)