Run ID:132221

提交时间:2025-10-07 13:33:00

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