Time

17:58:31
22 May 2012
Version for print

Rope

   Plotters have barbarously hammered N nails into an innocent plane shape, so that one can see now only heads. Moreover, pursuing their mean object, they have hammered all the nails into the vertices of a convex polygon. After that they…it is awful… have roped off the nails, so that the shape felt upset (the rope was very thin). They’ve done it as it is shown in the figure.
Problem illustration
   Your task is to find out a length of the rope.

Specifications

   Input

   There two numbers in the first line of the standard input: N — a number of nails (1N100), and a real number R — a radius of heads of nails. All the heads have the same radius. Further there are N lines, each of them contains a pair of real coordinates (separated by a space) of centers of nails. An absolute value of the coordinates doesn’t exceed 100. The nails are described either in a clockwise or in a counterclockwise order starting from an arbitrary nail. Heads of different nails don’t adjoin.

   Output

   Output a real number with two digits precision (after a decimal point) — a length of the rope.

Problem information

Time Limit: 1 seconds
Memory Limit: 64 MB
Balls for the passed test: 10
Complexity: 14% 67/78
Autor: Alexander Petrov & Nikita Shamgu
Classes: Geometry

Example

Example input

4 1
0.0 0.0
2.0 0.0
2.0 2.0
0.0 2.0

Example output

14.28


← Triangle Problems Geometry Paradox →