Run ID:131938

提交时间:2025-10-01 20:32:47

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