Find the count of numbers divisible by 4 in the interval [a,b].
In the first line, an integer a(−1000≤a≤1000).
In the second line, an integer b(−1000≤b≤1000).
A single line with the solution to the problem.
0 5
2
6 -5
3
-10 10
5
Login to be able to submit.