Run ID:87699

提交时间:2024-08-11 10:56:43

s=int(input()) a=int(s%10) b=int(s/10)%10 c=int(s/100)%10 ss=a+b+c print(ss)