The first line contains a single positive integerdenoting the number of test cases.
For each test case, the first line contains two integersand
separated by a single space denoting the number of vertices of the convex hull and the radius. If
, the convex hull contains only
point. If
, the convex hull is a line segment.
Each of the followinglines contains two integers
separated by a single space denoting a vertex at
. It is guaranteed that no two vertices coincide and no three vertices are collinear. Vertices are listed in counter-clockwise order.
It is guaranteed that the sum ofover all test cases does not exceed
.
Output a single decimal indicating the answer. Your answer will be considered correct if the absolute or relative error is no more than.