-->
当前位置:首页 > 题库

PROGRAMMING:I'm a flag raiser

Luz5年前 (2021-05-10)题库526
The annual selection of flag raisers is coming again. The school requires each class to choose one student to be the candidate of flag raisers. because
In order to raise the flag, there are strict requirements for height, so the head teacher decides to choose the tallest student in the class (if two students are in the class)
If it is the same height, choose any one). Can you give the teacher an answer quickly?
###Input format:
The input consists of two lines. The first line: including an integer n, which means that there are n students in the class. The second line: contains n three digits, which means the height of each student.
###Output format:
Output the height of the tallest student.
###Input example:
```in
four
130 125 129 140
```
###Output example:
```out
one hundred and forty
```







answer:If there is no answer, please comment