Run ID:91713
提交时间:2024-09-22 13:25:26
s=input().split() n=s[0] m=s[1] k=s[2] n=int(n) m=int(m) k=int(k) print(n+m+k)