Run ID:90435
提交时间:2024-09-14 20:03:00
s=input().split() b=int(s[1]) a=int(s[0]) c=int(s[2]) print(a+b+c)