Run ID:90440

提交时间:2024-09-14 20:09:25

s=input().split() a=int(s[0]) n=a//100 m=a%10 b=a//10%10 print(n+m+b)