[문제 링크] : https://school.programmers.co.kr/learn/courses/30/lessons/1842import java.util.*;class Solution { static int n; static int[] x; static int[] y; static long[] k; static long[] z; static long[] start; static long[] end; static Group[] groups; static HashMap map; static class Group { long z; int[] ids; int[] xs; long[] pref; ..