2 lines
No EOL
69 B
Python
2 lines
No EOL
69 B
Python
n = input()
|
|
print sum(int(y) for y in raw_input().strip().split(' ')) |