PROGRAMMING:Find the middle number
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
###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