Run ID:86776

提交时间:2024-07-27 23:29:42

n=input() res=0 for x in range(len(n)): a=n[x] res+=int(a) print(res)