zoukankan      html  css  js  c++  java
  • hoj 大区间求质数个数 Count prime 线性筛素数

    题目来源:http://acm.hit.edu.cn/hoj/problem/view?id=2276

    Count prime

    My Tags   (Edit)
      Source : SCU Programming Contest 2006 Final
      Time limit : 1 sec   Memory limit : 64 M

    Submitted : 741, Accepted : 177

    Given an integer interval [L, R](L <= R <= 2147483647, R - L <= 1000000), please calculate the number of prime(s) in the interval.

    Input

    Multiple cases.
    There is one line in each case, which contains two integer: L, R.

    Output

    There is only one line for each case, which contains the number of prime(s) in the interval.

    Sample Input
    2 11
    Sample Output
    5
  • 相关阅读:
    Python笔记:日期时间获取与转换
    算法笔记:递归、动态规划
    容器技术介绍:Docker Dockerfile语法与指令
    Netdiscover网络扫描工具
    持续集成:jenkins + pytest + selenium + Git + Allure自动化测试
    MySQL数据库基础入门
    Parameters 至少一个参数没有指定
    C/C++ 延时函数 (标准库)
    TabController控件测试
    contentEditable
  • 原文地址:https://www.cnblogs.com/zn505119020/p/3604857.html
Copyright © 2011-2022 走看看