Run ID:132225

提交时间:2025-10-07 13:35:58

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