import java.io.File; import java.util.*; public class Main { public static void main(String[] args){ // TODO 自動生成されたメソッド・スタブ Scanner sc = new Scanner(System.in); int n = sc.nextInt(); HashSet xSet = new HashSet<>(); HashSet ySet = new HashSet<>(); int ans=0; int x,y; for(int k=0;k