fix things add up
This commit is contained in:
parent
14bc6b67d6
commit
45535398b4
1 changed files with 4 additions and 2 deletions
|
@ -15,10 +15,12 @@ series of integers `a_1, a_2, ..., a_N`. You are to output the sum of that serie
|
|||
|
||||
#### Sample Input
|
||||
|
||||
```5
|
||||
```
|
||||
5
|
||||
1 2 3 4 5
|
||||
```
|
||||
|
||||
#### Sample Output
|
||||
|
||||
`15`
|
||||
```
|
||||
15```
|
||||
|
|
Loading…
Reference in a new issue