The first line contains an integer, indicating the number of points.
The-th of the next
lines contains two integers
and
, indicating the coordinates of
. The vertices are guaranteed to form a convex polygon, and are given in counterclockwise order.
Output three integersand
indicating the selected indices. If there are multiple solutions, print any of them. You can output
in an arbitrary order.
Here is the illustration for the second example.