Run ID:87700
提交时间:2024-08-11 10:57:08
r=input() r=int(r) a=int(r/100) b=int(r/10)%10 c=r%10 d=a+b+c d=int(d) print(d)