import java.io.*; import java.util.*; import java.text.*; import java.math.*; import java.util.regex.*; public class Solution { static long maximumPeople(long[] p, long[] x, long[] y, long[] r) { // Return the maximum number of people that will be in a sunny town after removing exactly one cloud. Arrays.sort(p); int pl=p.length; int xl=x.length; int yl=y.length; int rl=r.length; long rvar=0l; House[] harr=new House[pl]; int harri=0; for(int i=0;i covered=new ArrayList(); for(int i=0;i{ public int compare(House e1, House e2) { return (int)e2.pop - (int)e1.pop; } }