#863. 素数个数_线性筛
素数个数_线性筛
Cannot parse: (0 , import_utils.normalizeSubtasks) is not a function or its return value is not iterable
Background
Special for beginners, ^_^
Description
输入一个整数 , 输出 ~ 中所有的素数的个数。
Format
Input
输入一行,包含一个整数 。
Output
输出 ~ 中所有的素数的个数。
Samples
5
3
Limitation
样例一解释:
的素数有 共 个。
1s, 1024KiB for each test case.
Related
In following homework: