PROGRAMMING:Find the highest score for a given number of students
This problem requires the preparation of procedures to find the highest score.
###Input format:
Enter a positive integer 'n' in the first line, that is, the number of students. The second line gives' n 'non negative integers, that is, the' n 'students' scores, which are separated by spaces.
###Output format:
Output the highest score on one line
###Input example:
```in
four
82 54 98 73
```
###Output example:
```out
ninety-eight
```
answer:If there is no answer, please comment
###Input format:
Enter a positive integer 'n' in the first line, that is, the number of students. The second line gives' n 'non negative integers, that is, the' n 'students' scores, which are separated by spaces.
###Output format:
Output the highest score on one line
###Input example:
```in
four
82 54 98 73
```
###Output example:
```out
ninety-eight
```
answer:If there is no answer, please comment