816. Shortest distance among points

We create an array of points in a two dimensional plane using the following random number generator:

Let be the shortest distance of any two (distinct) points among . E.g.

Find . Give your answer rounded to 9 places after the decimal point.

816. 平面点对最短距离

在某二维平面中,我们通过如下方式随机生成一组点列

中互异点对间的最短距离。已知:

。将你的答案四舍五入至小数点后第 9 位。


这个链接 回到源站。

这个链接 回到详细版题目目录。