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

PROGRAMMING:Find the middle number

Luz5年前 (2021-05-10)题库379
Enter three integers to find the number between the maximum and minimum
###Input format:
The three integers are separated by spaces
###Output format:
Output the integer between the maximum and minimum
###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