1021.Prime Plus
提交状态 耗时 内存 语言 提交时间

1021.Prime Plus

时间限制:1000MS  内存限制:65535KB
题目描述
Write a program which reads an integer n and prints the number of prime numbers which are less than or equal to n. A prime number is a natural number which has exactly two distinct natural number divisors: 1 and itself. For example, the first four prime numbers are: 2, 3, 5, 7.
输入描述
Input only has an integer n (0<n<100000001) in a line.
输出描述
Prints the number of prime numbers.
示例
输入样例
6
输出样例
3
提示
相关标签
没有任何标签
登陆后才可以提交
测试输入
执行结果
控制台
代码编辑器配置
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。