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

PROGRAMMING:The maximum of some integers

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