Your street has
Input
The first line of input contains three integers,
The next
Output
Print, on a single line, a single integer indicating the minimum number of cameras that need to be added.
Sample Input
Copy
15 5 4
2
5
7
10
13
Sample Output
Copy
3
Comments