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

PROGRAMMING:[branch] [-- median of three numbers B --]

Luz5年前 (2021-05-10)题库393
Input three integers, please program to output the median of these three numbers.
###Input format:
Enter three integers, separated by a space, and the data is in the range of int.
###Output format:
Output the median of the three numbers. After the data is output, you need to output carriage return to wrap the line.
###Input example:
Here is a set of inputs. For example:
```in
1 2 3
```
###Output example:
The corresponding output is given here. For example:
```out
two
```







answer:If there is no answer, please comment