Run ID:91240

提交时间:2024-09-21 13:58:43

a=input().split() b=int(a[0]) c=b%10 d=b//10%10 e=b//100%10 print(c+d+e)