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

PROGRAMMING:Find the maximum of 10 integers

Luz5年前 (2021-05-10)题库468
Input 10 integers, save them into an array, find out the maximum value and output.
###Input format:
Enter 10 integers, separated by a space.
###Output format:
Output maximum and wrap.
###Input sample 1:
```in
1 2 3 10 4 6 5 7 8 9
```
###Output sample 1:
```out
ten
```
###Input sample 2:
```in
10 1 2 3 4 5 6 7 8 9
```
###Output sample 2:
```out
ten
```







answer:If there is no answer, please comment