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

PROGRAMMING:maximum of array

Luz5年前 (2021-05-10)题库602
Input 10 integers and output the maximum
### Input:
10 integers seperated by space.
### Output:
One integer which is the maximum.
### Input sample:
```
1 2 3 5 9 8 7 6 3 4
```
### Output sample:
```
nine
```






answer:If there is no answer, please comment