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