You are given n activities (from 0 to n-1) with their start and finish times. Select the maximum number of activities that can be performed by a single person, assuming that a person can only work on a single activity at a time.
Input Format
The first line consists of an integer T, the number of test cases. For each test case, the first line consists of an integer N, the number of activities. Then the next N lines contain two integers m and n, the start and end time of each activity.
CAN YOU PLS MAKE ME UNDERSTAND WHAT IS THEPROBLM TRYING TO ASK BECAUSE IN THE OUTPUT IT IS RETURNING 0 AND 2ND I COULNT UNDERSTAND WHY??
