Run ID:91714

提交时间:2024-09-22 13:30:17

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