#D4364. : (Colon)

    ID: 3626 Type: Default 2000ms 1073MiB

: (Colon)

: (Colon)

Consider an analog clock whose hour and minute hands are A and B centimeters long, respectively.

An endpoint of the hour hand and an endpoint of the minute hand are fixed at the same point, around which each hand rotates clockwise at constant angular velocity. It takes the hour and minute hands 12 hours and 1 hour to make one full rotation, respectively.

At 0 o'clock, the two hands overlap each other. H hours and M minutes later, what is the distance in centimeters between the unfixed endpoints of the hands?

Constraints

  • All values in input are integers.
  • 1 \leq A, B \leq 1000
  • 0 \leq H \leq 11
  • 0 \leq M \leq 59

Input

Input is given from Standard Input in the following format:

A B H M

Output

Print the answer without units. Your output will be accepted when its absolute or relative error from the correct value is at most 10^{-9}.

Examples

Input

3 4 9 0

Output

5.00000000000000000000

Input

3 4 10 40

Output

4.56425719433005567605

inputFormat

input are integers.

  • 1 \leq A, B \leq 1000
  • 0 \leq H \leq 11
  • 0 \leq M \leq 59

Input

Input is given from Standard Input in the following format:

A B H M

outputFormat

Output

Print the answer without units. Your output will be accepted when its absolute or relative error from the correct value is at most 10^{-9}.

Examples

Input

3 4 9 0

Output

5.00000000000000000000

Input

3 4 10 40

Output

4.56425719433005567605

样例

3 4 9 0
5.00000000000000000000