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