PROGRAMMING:Lucky money
Little C's parents wanted to give birth to more children, but they only gave birth to little C in the result of national family planning. The year of the sheep is coming. Little c pays new year's greetings to his elders. Little C is very filial and kowtows to his grandfather, grandmother, grandfather and grandmother. To show his heart, the elders will give little c red envelopes. Little C has been in kindergarten, adding within 100 is no problem, but now the total amount of lucky money may exceed 100 yuan. Small C thought of a way, get new year's money, if the money is more than 100 yuan, constantly count out 100 yuan to his mother, as the future school to buy a pen to buy books expenses (how studious), only less than 100 yuan left for themselves as a social expenses with other children. Now I have received the red envelope from n elders and output the remaining lucky money of little C after she handed it over to her mother.
###Input format:
Multiple sets of test data, the first integer n (1 < = n < = 20) in each line, followed by N integers (< = 10000), representing the red packets of N elders.
###Output format:
Output the remaining lucky money of small C and change the line.
###Input example:
Here is a set of inputs. For example:
```in
3 299 298 297
2 99 101
```
###Output example:
The corresponding output is given here. For example:
```out
ninety-four
0
```
answer:If there is no answer, please comment
###Input format:
Multiple sets of test data, the first integer n (1 < = n < = 20) in each line, followed by N integers (< = 10000), representing the red packets of N elders.
###Output format:
Output the remaining lucky money of small C and change the line.
###Input example:
Here is a set of inputs. For example:
```in
3 299 298 297
2 99 101
```
###Output example:
The corresponding output is given here. For example:
```out
ninety-four
0
```
answer:If there is no answer, please comment