#756. 素数密度2
素数密度2
No submission language available for this problem.
Background
Special for beginners, ^_^
Description
给定区间 (,),请计算区间中素数的个数。
Format
Input
第一行,两个正整数 和 。
Output
一行,一个整数,表示区间中素数的个数。
Samples
2 11
5
Limitation
1s, 1024KiB for each test case.
Related
In following contests: