Problem F

Statement
Copy Copied
Description:
You are given two integers a and b (a ≤ b). How many prime numbers are there on the interval from a to b, inclusive?

Input Format:
The input contains two integers a and b (2 ≤ a ≤ b ≤ 1 000 000), separated by a single space.

Output Format:
Output a single integer — the number of primes between a and b, inclusive.

Note:
None