J. Threading the Plane
time limit per test
2 seconds
memory limit per test
1024 megabytes
input
standard input
output
standard output
Example
Input
4
0 0
4 0
2 4
2 1
Output
6
1 2
1 3
1 4
2 3
2 4
3 4