#P1389F. Bicolored Segments
Bicolored Segments
No submission language available for this problem.
Description
You are given segments . Each segment has one of two colors: the -th segment's color is .
Let's call a pair of segments and bad if the following two conditions are met:
- ;
- the segments and intersect, embed or touch, i. e. there exists an integer such that and .
Calculate the maximum number of segments that can be selected from the given ones, so that there is no bad pair among the selected ones.
The first line contains a single integer () — number of segments.
The next lines contains three integers () — description of the -th segment.
Print the maximum number of segments that can be selected, so that there is no bad pair among the selected segments.
Input
The first line contains a single integer () — number of segments.
The next lines contains three integers () — description of the -th segment.
Output
Print the maximum number of segments that can be selected, so that there is no bad pair among the selected segments.