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. long n = p.length; int m = y.length; long s = 0; long sum = 0 , max = 0; long arr[] = new long[m]; for(int i = 0; i