Zhang3 is the class leader. Recently she's implementing a policy about long-distance running. This forces every student in her class to take a run.
There is a main road in the school from west to east, which can be regarded as an infinite axis, and its positive direction is east. Positions on the road are represented with numbers. In order to complete the task, each student must run along the main road. Each student can decide the following things:
- The time to start running.
- The time to finish running.
- The position to start running.
- The direction of running, which is either west or east.
Once these things are decided, the student will appear at the starting position on the road at the start time, then start running in the chosen direction at a speed of $1 \; \text{m/s}$. The student disappears at the finish time. Each student will only run once.
Zhang3 knows that some students are not following her policy, so she set up some monitors. According to technical issues, the monitors can only report that there's at least one student at a certain place at a certain time. Finally Zhang3 received $n$ reports.
Help Zhang3 determine the minimum possible number of students who have run.