search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
852 B
852 B
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle |
|---|---|---|---|---|
| 5900f4671000cf542c50ff79 | 5 | Problem 249: Prime Subset Sums | 问题249:Prime子集总和 |
Description
Instructions
Tests
tests:
- text: <code>euler249()</code>应该返回9275262564250418。
testString: assert.strictEqual(euler249(), 9275262564250418);
Challenge Seed
function euler249() {
// Good luck!
return true;
}
euler249();
Solution
// solution required
/section>