Skip to content
Snippets Groups Projects
4.py 73 B
Newer Older
hacker717's avatar
hacker717 committed
print(sum([sum([int(i) for i in input()]) for _ in range(int(input()))]))