The first line contains an integer(
), denoting the number of vertices of the convex polygon.
In each of the nextlines contains two integers
(
), denoting the coordinates of the
-th vertex. The vertices are given in counterclockwise order.
It is guaranteed that the polygon does not self-intersect at any point.
Output a real number, denoting the volume of the sweeped area. Your answer will be considered correct if the absolute or relative error is less than.