The first line contains one integer(
) --- the number of vertices.
The nextlines contain the coordinates of the polygon vertices, where the
-th line contains two integers
,
(
) --- the coordinates of the polygon's
-th vertex. The vertices are given clockwise or counterclockwise.
It is guaranteed that no three vertices are collinear.
Output one integer in one line --- the number of different triangulations module.