fix things add up

This commit is contained in:
Jacob Magnuson 2017-03-14 02:32:54 +00:00
parent 14bc6b67d6
commit 45535398b4

View file

@ -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```