题解:Summation of Four Primes(整数分解四个素数和)

该博客探讨了Euler关于无穷素数定理,并提出一个问题:每个大于4的整数是否能表示为四个正素数的和。博主希望找到一种高效的方法来解决这个问题,因为其使用的计算设备性能有限。输入包含一个不超过10000000的整数N,输出应为满足条件的四个素数。若无法找到这样的组合,则输出'Impossible.'。示例给出了几个整数及其可能的素数和解决方案。
摘要由CSDN通过智能技术生成

每个大于4的整数可以以转换为两个素数和
在这里插入图片描述
Euler proved in one of his classic theorems that prime numbers are infinite in number. But can every number be expressed as a summation of four positive primes? I don’t know the answer. May be you can help!!! I want your solution to be very efficient as I have a 386 machine at home. But the time limit specified above is for a Pentium III 800 machine. The definition of prime number for this problem is “A prime number is a positive number which has exactly two distinct integer factors”. As for example 37 is prime as it has exactly two distinct integer factors 37 and 1.
Input The input contains one integer number N (N ≤ 10000000) in every line. This is the number you will have to express as a summation of four primes. Input is terminated by end of file.
Output
For each line of input there is one line of output, which contains four prime n

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值