Convex Hull Generator

Limits 1s, 512 MB · Custom Checker

You have to generate a convex polygon which

There can be many many convex polygons that fits this description. You have to print any one of them.

Input

The only line in input is N (3 ≤ N ≤ 100000).

Output

Print N lines. Each line will contain two integers Xi and Yi.

Sample

InputOutput
3
1 1
2 4
3 8