← Back to List

26545번: Mathematics ↗

Solutions

Python 3
55 B | 55 chars
print(sum([int(input()) for i in range(int(input()))]))