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

PROGRAMMING:Maximum number of cycles - n

Luz5年前 (2021-05-10)题库378
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