408020: GYM102961 ZH Movie Festival II

Memory Limit:256 MB Time Limit:2 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

ZH. Movie Festival IItime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard output

In a movie festival, $$$n$$$ movies will be shown. Syrjälä's movie club consists of $$$k$$$ members, who will be all attending the festival.

You know the starting and ending time of each movie. What is the maximum total number of movies the club members can watch entirely if they act optimally?

Input

The first input line has two integers $$$n$$$ and $$$k$$$: the number of movies and club members.

After this, there are $$$n$$$ lines that describe the movies. Each line has two integers $$$a$$$ and $$$b$$$: the starting and ending time of a movie.

Constraints:

  • $$$1 \le k \le n \le 2 \cdot 10^5$$$
  • $$$1 \le a < b \le 10^9$$$
Output

Print one integer: the maximum total number of movies.

ExampleInput
5 2
1 5
8 10
3 6
2 5
6 9
Output
4

加入题单

算法标签: