Problem K. Regular polygon
时间限制 1000 ms
内存限制 64 MB
On a two-dimensional plane, give you n integer points. Your task is to figure out how many different regular polygon these points can make.
输入数据
输出数据
For each case, output a number means how many different regular polygon these points can make.
样例输入
复制
4
0 0
0 1
1 0
1 1
6
0 0
0 1
1 0
1 1
2 0
2 1
样例输出
$ Mathjax font initiator $