Run ID:91457
提交时间:2024-09-21 20:06:35
c=input() a=c[0] b=c[1] d=c[2] a=int(a) b=int(b) d=int(d) s=a+b+d print(s)