问题 2492 --Twins

2492: Twins

题目描述

  If we define dn as: dn = pn+1-pn, where pi is the i-th prime. It is easy to see that d1 = 1 and dn=even for n>1. Twin Prime Conjecture states that "There are infinite consecutive primes differing by 2".
Now given any positive integer N (< 10^5), you are supposed to count the number of twin primes which are no greater than N.

输入

Your program must read test cases from standard input. The input file consists of several test cases. Each case occupies a line which contains one integer N. The input is finished by a negative N.

输出

For each test case, your program must output to standard output. Print in one line the number of twin primes which are no greater than N.

样例输入输出

输入#1 复制
1
5
20
2
输出#1 复制
0
1
4

提示

序号 标题 作者 发表时间 费用 订购数 操作