892 B
892 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3e21000cf542c50fef5 | 5 | 问题118:Pandigital prime set |
Description
Instructions
Tests
tests:
- text: <code>euler118()</code>应返回44680。
testString: assert.strictEqual(euler118(), 44680);
Challenge Seed
function euler118() {
// Good luck!
return true;
}
euler118();
Solution
// solution required
/section>