2493: 卡常系列1

Memory Limit:128 MB Time Limit:0.000 S
Judge Style:Text Compare Creator:
Submit:190 Solved:2

Description

读入nnnn个数,求这nn个数的和。

这道题水不水,就看你怎么考虑了

Input

第一行:nn

以下nn行:每行一个数。

Output

n个数的和。

Sample Input Copy

5
1
2
3
4
5

Sample Output Copy

15

HINT

最好先看一看时间限制!0.3秒!!!

n \leq 10^8n10^8