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. */ Scanner sc=new Scanner(System.in); // Point points []=new Point[n]; int q=sc.nextInt(); int n; LinkedList xa=new LinkedList(); LinkedList ya=new LinkedList(); for(int i=0;i points=new LinkedList(); for(int j=0;j a){ int temp=Integer.MIN_VALUE; for(int i=0;itemp) temp=a.get(i); } return temp; } static int min(LinkedList a){ int temp=Integer.MAX_VALUE; for(int i=0;i