INTDSET2 - Chiaki With Intervals (Easy)
Chiaki has a set of intervals, the -th of them is . She would like to know the number of such interval sets : for every interval which is not in , there exists at least one interval in which has non-empty intersection with . As this number may be very large, Chiaki is only interested in its remainder modulo .
Interval has intersection with interval if there exists a real number that and .
Input
There are multiple test cases. The first line of input contains an integer , indicating the number of test cases. For each test case:
The first line contains an integer () -- the number of intervals.
Each of the following lines contains two integers and () denoting the -th interval.
It is guaranteed that for every , or and that the number of distinct in each test case does not exceed .
Output
For each test case, output an integer denoting the answer.
Example
Input: 2 3 1 2 3 4 5 6 3 1 4 2 4 3 4 Output: 1 7
hide comments
|
micro_sun:
2023-01-13 08:45:06
good
|
|
yogesh08011998:
2018-01-18 17:46:57
please explain it in simple way |
Added by: | zimpha |
Date: | 2018-01-06 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |