PROGRAMMING:Maximum number of cycles - n
Finding the maximum of N integers
###Input format:
First enter the value of n (positive integer), and then enter n integers
###Output format:
Output the maximum number of N, if n < = 0, no output
###Input example:
```in
six
11 26 33 51 16 19
```
###Output example:
The corresponding output is given here. For example:
```out
fifty-one
```
answer:If there is no answer, please comment
###Input format:
First enter the value of n (positive integer), and then enter n integers
###Output format:
Output the maximum number of N, if n < = 0, no output
###Input example:
```in
six
11 26 33 51 16 19
```
###Output example:
The corresponding output is given here. For example:
```out
fifty-one
```
answer:If there is no answer, please comment