Run ID:90414

提交时间:2024-09-14 19:31:18

a = int(input()) n = a//100 m = a//10%10 e = a%10 print(n+m+e)