CF1000C Covered Points Count
题目描述
**题目大意:**
给你n个区间,求被这些区间覆盖层数为$k(k
输入格式
无
输出格式
无
说明/提示
The picture describing the first example:

Points with coordinates $ [0, 4, 5, 6, 7, 8] $ are covered by one segment, points $ [1, 2] $ are covered by two segments and point $ [3] $ is covered by three segments.
The picture describing the second example:

Points $ [1, 4, 5, 6, 7] $ are covered by one segment, points $ [2, 3] $ are covered by two segments and there are no points covered by three segments.