Run ID:89737
提交时间:2024-09-05 20:40:34
s=int(input()) a=s%10 b=int(s/10)%10 c=int(s/100)%10 print(a+b+c)