CF1000C Covered Points Count

题目描述

**题目大意:** 给你n个区间,求被这些区间覆盖层数为$k(k

输入格式

输出格式

说明/提示

The picture describing the first example: ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF1000C/17915e9f013a4bf2fc8da8bb91bf91d54c6ad4d9.png) 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: ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF1000C/484913eb84f8712b6389579cb510f240f411cf37.png) 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.