#define _CRT_SECURE_NO_WARNINGS #include using namespace std; #define PI 3.14159265359 #define eps 1e-7 #define mp make_pair #define pb push_back #define FOR(i,a,b) for(int i=a;i> n >> x >> y >> r; int cc=0; FOR(i,0,n){ int xi,yi; cin >> xi >> yi; int tmp=sqrt((x-xi)*(x-xi)+(y-yi)*(y-yi)); if(tmp