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) { /* Enter your code here. Read input from STDIN. Print output to STDOUT. Your class should be named Solution. */ try{ BufferedReader read = new BufferedReader(new InputStreamReader(System.in)); int size = Integer.parseInt(read.readLine()); for(int i=0;i0){ for (int j=0;jxmax){ xmax = arr[j][0]; } if (arr[j][0]ymax) { ymax = arr[j][1]; } if(arr[j][1]