-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:maximum of array

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

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。