PROGRAMMING:The maximum of some integers
Programming input a number of integers (at least 1, the absolute value does not exceed 10000), output the maximum value.
###Input example:
```in
18 -299 1 1 -5 8
```
###Output example:
```out
eighteen
```
###Input example:
```in
1 9 5 4
```
###Output example:
```out
nine
```
answer:If there is no answer, please comment
###Input example:
```in
18 -299 1 1 -5 8
```
###Output example:
```out
eighteen
```
###Input example:
```in
1 9 5 4
```
###Output example:
```out
nine
```
answer:If there is no answer, please comment