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,int n) { // Return the maximum number of people that will be in a sunny town after removing exactly one cloud. int m=0; for(int i=0;i