eolymp
bolt
Спробуйте наш новий інтерфейс для відправки розв'язків
Задачі

Graveyard

Graveyard

Programming contests became so popular in the year 2397 that the governor of New Earck --- the largest human-inhabited planet of the galaxy --- opened a special Alley of Contestant Memories (ACM) at the local graveyard. The ACM encircles a green park, and holds the holographic statues of famous contestants placed equidistantly along the park perimeter. The alley has to be renewed from time to time when a new group of memorials arrives. When new memorials are added, the exact place for each can be selected arbitrarily along the ACM, but the equidistant disposition must be maintained by moving some of the old statues along the alley. Surprisingly, humans are still quite superstitious in 24th century: the graveyard keepers believe the holograms are holding dead people souls, and thus always try to renew the ACM with minimal possible movements of existing statues (besides, the holographic equipment is very heavy). Statues are moved along the park perimeter. Your work is to find a renewal plan which minimizes the sum of travel distances of all statues. Installation of a new hologram adds no distance penalty, so choose the places for newcomers wisely! \InputFile Input contains two integer numbers: \textbf{n} --- the number of holographic statues initially located at the ACM, and \textbf{m} -- the number of statues to be added (\textbf{2} ≤ \textbf{n} ≤ \textbf{1000}, \textbf{1} ≤ \textbf{m} ≤ \textbf{1000}). The length of the alley along the park perimeter is exactly \textbf{10000} feet. \OutputFile Write a single real number to the output --- the minimal sum of travel distances of all statues (in feet). The answer must be precise to at least 4 digits after decimal point. \includegraphics{https://static.e-olymp.com/content/58/58fd7ac08ca807916bca4746f1570c963de2ccd6.jpg} Pictures show the first three examples. Marked circles denote original statues, empty circles denote new equidistant places, arrows denote movement plans for existing statues. \textit{\textbf{Note}}: Special judge problem, you may get "Wrong Answer" when output in wrong format.
Ліміт часу 1 секунда
Ліміт використання пам'яті 64 MiB
Вхідні дані #1
2 1
Вихідні дані #1
1666.6667