Run ID:94164

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

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