Problem C: 哥德巴克猜想
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:5
Solved:5
Input
偶数 n (4<=n<=1000),表示需要验证的偶数范围。
Output
多个等式, 表示4~n之间的偶数可以写成的素数和,每个等式换行呈现。
Sample Input Copy
10
Sample Output Copy
4=2+2
6=3+3
8=3+5
10=3+7