Curling is a sport in which players slide stones on a sheet of ice toward a target area. The team with the nearest stone to the center of the target area wins the game.
Two teams, Red and Blue, are competing on the number axis. After the game there are

stones remaining on the axis,

of them for the Red team and the other

of them for the Blue. The

-th stone of the Red team is positioned at

and the

-th stone of the Blue team is positioned at

.
Let

be the position of the center of the target area. From the description above we know that if there exists some

such that

and for all

we have

then Red wins the game. What's more, Red is declared to win

points if the number of

satisfying the constraint is exactly

.
Given the positions of the stones for team Red and Blue, your task is to determine the position

of the center of the target area so that Red wins the game and scores as much as possible. Note that

can be any real number, not necessarily an integer.