Files
kattis/N-sum.py
2023-06-22 22:59:41 +02:00

3 lines
50 B
Python

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