410 B
410 B
id, title, challengeType, videoUrl
| id | title | challengeType | videoUrl |
|---|---|---|---|
| 5900f4671000cf542c50ff79 | 问题249:Prime子集总和 | 5 |
--description--
令S = {2,3,5,...,4999}为小于5000的素数集。求出S的子集数,其元素之和为素数。输入最右边的16位数字作为答案。
--hints--
euler249()应该返回9275262564250418。
assert.strictEqual(euler249(), 9275262564250418);