2025-05-23 19:13:01 +09:00

2 lines
47 B
Python

n = input()
print(sum(int(s) for s in input()))