TopCoder

User's AC Ratio

100.0% (3/3)

Submission's AC Ratio

80.0% (4/5)

Tags

Description

給一個長度為 $n$ 的序列 $A$,求序列 $A$ 內所有值的和。


對於所有測試資料:
$1 \le n \le 100$
$1 \le A_i \le 100$

Input Format

輸入共兩行,
第一行有一個數字 $n$,
第二行有 $n$ 個數字,第 $i$ 個數字代表 $A_i$。

Output Format

輸出一個數字代表答案

Sample Input 1

3
3 5 8

Sample Output 1

16

Sample Input 2

5
1 2 3 4 5

Sample Output 2

15

Hints

Problem Source

Subtasks

No. Testdata Range Constraints Score
1 0~11 題目範圍限制 100

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 65536 65536 1
1 1000 65536 65536 1
2 1000 65536 65536 1
3 1000 65536 65536 1
4 1000 65536 65536 1
5 1000 65536 65536 1
6 1000 65536 65536 1
7 1000 65536 65536 1
8 1000 65536 65536 1
9 1000 65536 65536 1
10 1000 65536 65536 1
11 1000 65536 65536 1