Files
kattis/n-sum.py

3 lines
50 B
Python

_ = input()
print(sum(map(int, input().split())))