Problem2586--数组参数函数

2586: 数组参数函数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入n个整数并将其存入a[]数组,求和后输出和值。

Sample Input Copy

10
1
2
3
4
5
6
7
8
9
10

Sample Output Copy

55

Source/Category

函数