# You are given an array of intervals, where intervals[i] = [starti, endi] and each starti is unique. # The right interval for an interval i is an interval j such that startj >= endi and startj is ...