Problem H
Association for Convex Main Office
You are the boss of ACM (Association for Convex Main Office), an upstanding company with a single goal of world domination.
Today, you have decided to move your main office from
Helsinki to Singapore. You have purchased a square-shaped land
in Singapore, represented as a square on a two dimensional
Cartesian plane. The size of your land is
After much deliberation, your engineers have devised the
optimal shape of your new main office. It will be a grand
building, shaped as a convex polygon on the two dimensional
grid (a convex polygon is a simple polygon such that for any
two of its vertices, the straight line connecting the two
vertices is completely inside the polygon). More specifically,
your main office is represented by a polygon with at least
-
Each vertex is located on a lattice point (lattice points are points which coordinates are integers).
-
The coordinates of all vertices are between
and , inclusively. -
All vertices are located on distinct points.
-
No three vertices are collinear (that is, no three vertices should be on a line).
-
All the vertices form a convex polygon in some order.
It is a known fact that the number of vertices composing
your main office is very important. A lucky number would
positively influence the chance of success for all of your evil
missions. Thus, given
Input
The first line contains a non-negative integer
Output
Output exactly
Warning: Your program will have to write lots of output. Please use fast output routine to minimize the risk of getting a ‘Time Limit Exceeded’ verdict.
Sample Input 1 | Sample Output 1 |
---|---|
3 |
0 0 40000000 0 0 40000000 |
Sample Input 2 | Sample Output 2 |
---|---|
4 |
5 5 0 0 5 0 0 5 |