#RELAYA. 合成抵抗

合成抵抗

Score : 100100 points

Problem Statement

In an electric circuit, when two resistors R1R_1 and R2R_2 are connected in parallel, the equivalent resistance R3R_3 can be derived from the following formula:

  • 1R1+1R2=1R3\frac{1}{R_1} + \frac{1}{R_2} = \frac{1}{R_3}

Given R1R_1 and R2R_2, find R3R_3.

Constraints

  • 1R1,R21001 \leq R_1, R_2 \leq 100
  • R1R_1 and R2R_2 are integers.

Input

The input is given from Standard Input in the following format:

R1R_1 R2R_2

Output

Print the value of R3R_3.

The output is considered correct if the absolute or relative error is at most 10610^{-6}.

2 3
1.2000000000
100 99
49.7487437186