![]() |
||||||||||
|
||||||||||
maximum shortest distanceTime Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3494 Accepted Submission(s): 1118 Problem Description There are n points in the plane. Your task is to pick k points (k>=2), and make the closest points in these k points as far as possible. Input For each case, the first line contains two integers n and k. The following n lines represent n points. Each contains two integers x and y. 2<=n<=50, 2<=k<=n, 0<=x,y<10000. Output For each case, output a line contains a real number with precision up to two decimal places. Sample Input
Sample Output
Author alpc50 Source | ||||||||||
|