Your task is simply to find the quantity of prime numbers in the range from a to b.
Input The first line contains two integers a and b, separated by a space (2 ≤ a ≤ b ≤ 1012; (b - a) ≤ 107).
Output Output the quantity.