#P3695. 素数的个数

素数的个数

Description

1~n之间素数的个数

Input Format

输入一个整数N。(N <= 1000)

Output Format

输出一个整数表示素数的个数
20
8

Source

素数 循环嵌套