Squares and Rounds
I hear, brother, the war will be,
Cold, wet, long and wicked.
The Squares will fight against Rounds
Because they are smooth.
Ensemble "Skryabin"
The leader of Squares, being in the heat of passion, gave to each of his fighters so large dose of Ozverin (its a type of drug) that each of them first attack, and then decides, does he attack a Square or Round person. Rounds never know how to fight hand to hand, but they possess some magic tricks.
The troop of s Squares attacked the village where r Rounds lived. As a consequence of Ozverin imposition and magic tricks of Rounds, it appeared that the fight takes place by such rules. Every minute, a randomly pair of creatures is chosen, and:
if Round and Square are chosen, the Square kills the Round and fights further;
if two Rounds are chosen, they apologize to each other and fight further;
if two Squares are chosen, they kill each other.
The pair is chosen uniformly at random among all living creatures, so that there were two different beings (possibly the same species). For example, when two Squares and one Round are alive, then with equal probability of 1/3 the fight takes place between the 1st Square and Round, or the 2nd Square and Round, or the 1st and the 2nd Square. In the first two cases the Square wins, and in the third all the Squares die.
Find the probability that under these fight rules at least one Round will survive, and all Squares will die.
Input
Two integers are given in one line - the number of Squares s (1 ≤ s ≤ 2010) and the number of Rounds r (1 ≤ r ≤ 2010).
Output
Print one number - the required probability (with a relative error less than 10^{-9}).