Type: Default 1000ms 256MiB

练31.3 画图

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

程猴在做图纸上的二维坐标系里画了 nn 个点,现在已知第 ii个点的坐标是 (xix_i,yiy_i),但她现在不小心将墨水倒在了纸上,现在假设墨水覆盖的地方是一个圆形,而这个圆的圆心坐标和半径也已知,请问墨水覆盖了多少个点。

输入格式

第一行一个整数表示 n1n100n(1\le n\le100)
第二行三个整数 XX,YY,RR 分别表示圆心的坐标和半径。
接下来 nn 行,每行两个整数 xix_i,yiy_i表示点的坐标。

所有坐标均在[105,105][-10^5,10^5]范围内

输出格式

共一行,输出有多少个点被覆盖了。

样例

5
1 5 8
2 5
3 5
3 4
2 3
20 20
4

(9.22)周日1530

Not Claimed
Status
Done
Problem
9
Open Since
2024-9-22 0:00
Deadline
2024-10-7 23:59
Extension
24 hour(s)