PROGRAMMING:Find the maximum and minimum of a set of numbers
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
###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