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

PROGRAMMING:Find the maximum

Luz5年前 (2021-05-10)题库455
Judge the maximum of five numbers
###Input format:
Enter 5 integers to get the maximum number. Process to end of file
###Output format:
Output the maximum of 5 numbers
###Input example:
Here is a set of inputs. For example:
```in
1 2 3 4 5
6 7 8 9 10
```
###Output example:
The corresponding output is given here. For example:
```out
five
ten
```







answer:If there is no answer, please comment