PROGRAMMING:A + B input output exercise (VI)
It's also n people in each group. Each person took the corresponding amount of sugar. How many pieces of sugar did this group take.
###Input format:
The first integer n of each line indicates that there are n people in this group, and the last n integers indicate the amount of sugar each person takes.
###Output format:
Has the punctuation not changed except that the title is different from the a + B input / output exercise (IV)? Of course not! Each row outputs the total number of sugars taken by the corresponding group. Each group outputs one row, and then outputs an empty row after each result. Will you? Would you? would you? Will it? Is that right?
###Input example:
Here is a set of inputs. For example:
```in
4 1 2 3 4
5 1 2 3 4 5
```
###Output example:
The corresponding output is given here. For example:
```out
ten
fifteen
```
answer:If there is no answer, please comment
###Input format:
The first integer n of each line indicates that there are n people in this group, and the last n integers indicate the amount of sugar each person takes.
###Output format:
Has the punctuation not changed except that the title is different from the a + B input / output exercise (IV)? Of course not! Each row outputs the total number of sugars taken by the corresponding group. Each group outputs one row, and then outputs an empty row after each result. Will you? Would you? would you? Will it? Is that right?
###Input example:
Here is a set of inputs. For example:
```in
4 1 2 3 4
5 1 2 3 4 5
```
###Output example:
The corresponding output is given here. For example:
```out
ten
fifteen
```
answer:If there is no answer, please comment