← Back to List
28224번: Final Price ↗
Solutions
Python 3
55 B | 55 chars
print(sum([int(input()) for i in range(int(input()))]))