#B. 寻找素数对

    Type: Default 1000ms 256MiB

寻找素数对

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Background

Description

哥德巴赫猜想大家都知道一点吧.我们现在不是想证明这个结论,而是想在程序语言内部能够表示的数集中,任意取出一个偶数,来寻找两个素数,使得其和等于该偶数. 做好了这件实事,就能说明这个猜想是成立的. 由于可以有不同的素数对来表示同一个偶数,所以专门要求所寻找的素数对是两个值最相近的.

Format

Input

输入中是一些偶整数M(5<&LT>M<=10000).

Output

对于每个偶数,输出两个彼此最接近的素数,其和等于该偶数.

Samples

20
30
40
7 13
13 17
17 23

Limitation

1s, 1024KiB for each test case.

素数筛及快速幂训练

Not Claimed
Status
Done
Problem
7
Open Since
2022-12-22 0:00
Deadline
2022-12-29 23:59
Extension
24 hour(s)