提交时间:2026-01-04 15:42:24
运行 ID: 81225
n = input() tot = 0 for i in range(len(n)): tot += int(n[i]) print(tot)