# where rects[i] = [ai, bi, xi, yi] indicates that (ai, bi) is the bottom-left # corner point of the ith rectangle and (xi, yi) is the top-right corner point # of the ith rectangle. Design an ...