#Lutece1831. 圆圈
圆圈
Migrated from Lutece 1831 圆圈
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
给个点,再给一个点,保证个点中没有三点共线。
根据数学常识,我们知道平面上个点可以确定一个圆的位置,那么通过这个点 (不包含点),显然我们 可以得到个圆
现在,请问这些圆中有多少个圆包含点。(数据保证点不在任意一个圆上)
Input
输入一个整数,表示总共有个点
接下来行,每行有两个整数和,表示点的坐标
最后一行包含两个整数,表示点的坐标
Output
输出一个整数,表示符合条件的圆的数量
Samples
4
0 3
3 0
1 1
-1 -2
0 0
3
Note
的数据,。
的数据,。
的数据,。
Resources
Hezhu