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

PROGRAMMING:Find the maximum and minimum of a set of numbers

Luz5年前 (2021-05-10)题库391
Find the maximum and minimum of a set of numbers.
###Input format:
Enter five integers in a row, and only one space can be used between the data.
###Output format:
In a row, the output results are in the format of "max = maximum, min = minimum". The maximum and minimum values are output as is, without column width control.
###Input example:
```in
9 1 5 2 3
```
###Output example:
```out
max=9,,min=1
```






answer:If there is no answer, please comment