Run ID:91941
提交时间:2024-09-25 20:43:29
s=input().split() a=int(s[0]) b=a%10 c=a//10%10 d=a//100 print(b+c+d)