eolymp
bolt
Try our new interface for solving problems
Problems

Solarium for mushrooms

Solarium for mushrooms

And again Michael does his experiments. This time he decided to clone the mushrooms. For this, he prepared n spores, which soon will plant in the ground and grow. When spores will develop and increase in size, they haven't touch each other, so Michael decided to plant them only at integer coordinates. And also to speed up the growth process, he is going to build a large round lamp which will warm it up. The center of lamp he wants to place at point with integer coordinates, and let the radius of the lamp be integer too. But how to define it? Of course, you can build a lamp under which can hide the whole forest, but it will take a lot of extra time. So, the radius of the lamp must be as small as possible.

Input

The number of spores n (0n78539677).

Output

Print the smallest integer radius of the lamp, under which all the n spores can hide.

Time limit 1 second
Memory limit 122.17 MiB
Input example #1
5
Output example #1
1
Author Борис Соколов
Source Дистанционная Летняя Компьютерная Школа - лето 2013 года