1006. Prime

单点时限: 2.0 sec

内存限制: 256 MB

A prime is the number which can be only divide exactly by $1$ or itself.

输入格式

There several test case. Each test case have two positive integer $N,M$ in one line. $(0<N \leqslant M<10^6)$

输出格式

For each test case, output one line that contain an integer that is the number of primes from $N$ to $M$.

样例

Input
5 10
1 3
6 8
Output
2
2
1

1605 人解决,2040 人已尝试。

2924 份提交通过,共有 10150 份提交。

1.5 EMB 奖励。

创建: 19 年,4 月前.

修改: 5 年,8 月前.

最后提交: 1 周,2 天前.

来源: N/A

题目标签