Number of ways to put $2r$ distinguishable balls in $r$ distinguishable boxes where exactly $r$ boxes contain exactly two balls.
Actually, that's all.
Well, I can tell you my solution. \begin{eqnarray} \left(\begin{array}{c} 2 \\ 2 r \end{array}\right)\left(\begin{array}{c} 2 \\ 2 r-2 \end{array}\right)\left(\begin{array}{c} 2 \\ 2 r-4 \end{array}\right) \cdots\left(\begin{array}{l} 2 \\ 2 \end{array}\right) r ! \end{eqnarray}
But I want to get some analytical solution to this problem. In other words, I want some help to simplify this or another solution.
What you have written as $\displaystyle {2 \choose 2r}$ would normally be written as $\displaystyle {2r \choose 2}$ etc. Then use the definition $\displaystyle {n \choose r} = \dfrac{n!}{r!(n-r)!}$ on each factor and you will get lots of cancellation, leading to quite a nice final answer.
It might be worth adding that the easiest way of doing the problem is to note that there are $(2r)!$ ways of arranging the balls in a line; then just put the first two in the first box, the next two in the second box, ... and so on. Now you have counted each arrangement of balls in boxes $2^r$ times, because you have counted each pair in each box in both possible orders in the line. So altogether $\dfrac{(2r)!}{2^r}$ different arrangements.