atcoder#ARC064C. [ARC064E] Cosmic Rays
[ARC064E] Cosmic Rays
Score : points
Problem Statement
On the -plane, Snuke is going to travel from the point to the point . He can move in arbitrary directions with speed . Here, we will consider him as a point without size.
There are circular barriers deployed on the plane. The center and the radius of the -th barrier are and , respectively. The barriers may overlap or contain each other.
A point on the plane is exposed to cosmic rays if the point is not within any of the barriers.
Snuke wants to avoid exposure to cosmic rays as much as possible during the travel. Find the minimum possible duration of time he is exposed to cosmic rays during the travel.
Constraints
- All input values are integers.
- ≠
Input
The input is given from Standard Input in the following format:
Output
Print the minimum possible duration of time Snuke is exposed to cosmic rays during the travel. The output is considered correct if the absolute or relative error is at most .
-2 -2 2 2
1
0 0 1
3.6568542495
An optimal route is as follows:
-2 0 2 0
2
-1 0 2
1 0 2
0.0000000000
An optimal route is as follows:
4 -2 -2 4
3
0 0 2
4 0 1
0 4 1
4.0000000000
An optimal route is as follows: