2 lines
47 B
Python
2 lines
47 B
Python
n = input()
|
|
print(sum(int(s) for s in input())) |
n = input()
|
|
print(sum(int(s) for s in input())) |