luogu#P1835. 素数密度
素数密度
Background
Update:
- 2024.8.12: Added a set of hack testdata.
Problem Description
Given , please compute the number of primes in the interval .
,。
Input Format
The first line contains two positive integers and .
Output Format
One line containing a single integer, the number of primes in the interval.
2 11
5
Hint
Translated by ChatGPT 5