import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { public static void main(String []args) { Scanner sc = new Scanner(System.in); int n,x,y; n = sc.nextInt(); x = sc.nextInt(); y = sc.nextInt(); int lat[] = new int[n]; int lon[] = new int[n]; int height[] = new int[n]; int points[] = new int[n]; long ans=0; for(int i=0;i