#P1017. 基础数学题目3

基础数学题目3

Description

Please input nn, then input nn random natural numbers in the second line, find their sum then output it.

Input Format

The first line of an integer is nn. The second line is nn random numbers

Output Format

An integer which is the sum.

10
9 89 678 90 -100 2 81 222 989 777
2837

Limit and hint

For 100%100\% testcases, n103 n\leq10^3