Transfer points
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
To unload the new avenue, it was decided to launch two new bus routes at different sections of the avenue. The final stops of each of the buses are known.
Determine the number of stops where you can change from one bus to another.
Input
Four numbers - the numbers of the final stops, first of the first, then of the second bus. Numbers do not exceed 10^9
.
Output
Print the required number of stops.
Examples
Input #1
Answer #1
Submissions 842
Acceptance rate 31%