atcoder#ABC292F. [ABC292F] Regular Triangle Inside a Rectangle
[ABC292F] Regular Triangle Inside a Rectangle
Score : points
Problem Statement
Find the maximum side length of a regular triangle that can be drawn within a rectangle whose side lengths are and .
Constraints
- and are integers.
Input
The input is given from Standard Input in the following format:
Output
Print the answer. Your output is considered correct if the absolute or relative error from the true answer is at most .
1 1
1.03527618041008295791
The following figure shows an optimal drawing, with the side length of .
Note that the sample output does not strictly match , but the error is within , so it is considered correct.