Movatterモバイル変換


[0]ホーム

URL:



Codeforces
In EnglishПо-русски
Enter |Register



April Fools Day Contest 2025
Finished
→ Practice?
Want to solve the contest problems after the official contest ends? Just register for practice and you will be able to submit solutions.
→ Virtual participation
Virtual contest is a way to take part in past contest, as close as possible to participation on time. It is supported only ICPC mode for virtual contests.If you've seen these problems, a virtual contest is not for you - solve these problems in the archive.If you just want to solve some problem from a contest, a virtual contest is not for you - solve this problem in the archive.Never use someone else's code, read the tutorials or communicate with other person during a virtual contest.
→ Problem tags
*special problem
geometry
No tag edit access
→ Contest materials
The problem statement has recently been changed.View the changes.
×
G. Definitely a Geometry Problem
time limit per test
3 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output

Megumin is a wizard who can cast powerful magic spells that affect large areas. She is obsessed with the extremely devastating Explosion spell that can destroy everything around its target.

There are currently $$$n$$$ slimes in the wild. Each slime's location can be described in 2D Cartesian coordinates. Megumin wishes to kill at least $$$k$$$ slimes so she can earn more experience points to level up her Explosion. To do that, she can choose any circle on the plane and cast an Explosion spell which kills every slime inside or on the border of the circle.

However, the Explosion magic requires a large amount of mana to cast, and Megumin can only use it once per day. The amount of mana used is equal to the area inside the circle she chooses. What is the minimum amount of mana she needs to spend to kill $$$k$$$ slimes with a single Explosion?

Input

The first line contains two integers $$$n$$$ and $$$k$$$ ($$$1 \le k \le n \le 10^5$$$) — the number of slimes and how many slimes Megumin needs to defeat.

Each of the next $$$n$$$ lines contains two integers $$$x$$$ and $$$y$$$ ($$$-10^9 \le x, y \le 10^9$$$), denoting the coordinates $$$(x, y)$$$ of a slime's location. It is guaranteed that all locations are distinct and that no three slimes lie on the same circle.

Output

Print one real number — the answer.

Your answer is considered correct if its absolute or relative error does not exceed $$$10^{-6}$$$. Formally, let your answer be $$$a$$$, and the jury's answer be $$$b$$$. Your answer is accepted if and only if $$$\frac{|a-b|}{\max(1,|b|)} \le 10^{-6}$$$.

Examples
Input
1 1
0 0
Output
0.000000000000000
Input
3 2
0 0
100 0
2 0
Output
3.141592653589793
Note

In the first example, Megumin can hit the slime with a circle centered at $$$(0, 0)$$$ with radius $$$0$$$.

In the second example, Megumin can hit the first and last slimes with a circle centered at $$$(1, 0)$$$ with radius $$$1$$$.


Codeforces (c) Copyright 2010-2025 Mike Mirzayanov
The only programming contests Web 2.0 platform
Server time:Apr/04/2025 16:13:42 (n2).
Desktop version, switch tomobile version.
Privacy Policy |Terms and Conditions
Supported by
TON
 
ITMO University
 
 
 
 
User lists
 
 
Name

[8]ページ先頭

©2009-2025 Movatter.jp