You are given a 2D integer array, intervals, where each element intervals[i] = [lefti, righti] represents the ith interval on the number line. Each interval includes all integers from lefti to righti, inclusive. The size (length) of an interval [lefti, righti] is defined as ...