题面
A prime is the number which can be only divide exactly by or itself.
输入格式
There several test case. Each test case have two positive integer in one line.
输出格式
For each test case, output one line that contain an integer that is the number of primes from to .
样例
输入
5 10 1 3 6 8
输出
2 2 1