Run ID:94161

提交时间:2024-10-19 20:14:10

n=int(input()) res=0 for i in str(n): res+=int(i) print(res)