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

PROGRAMMING:Max min

Luz5年前 (2021-05-10)题库404
Keyboard input three integers, require the output of its maximum and minimum value.
###Input format:
Keyboard input only one line, that is, three integers, a space between each integer.
###Output format:
Output the maximum and minimum values in one line, separated by a space.
###Input example:
```in
10 15 14
```
###Output example:
The corresponding output is given here. For example:
```out
15 10
```







answer:If there is no answer, please comment