Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
质数和将数分解为质因数
Module:
质数和将数分解为质因数
Problem
6
/9
哥德巴赫的假设
Problem
哥德巴赫猜想(直到被证明)指出任何偶数(2 除外)都可以表示为两个素数之和。
输入
该程序接收一个自然偶数作为输入
n
(
\(3<n<2 \cdot 10^5\)
)。
印记
该程序应输出两个由空格分隔的数字。数字必须是素数且加起来为
n
。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
4
2 2
2
6
3 3
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary