785 B
785 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f4661000cf542c50ff78 | 5 | 问题250:250250 |
Description
Instructions
Tests
tests:
- text: <code>euler250()</code>应该返回1425480602091519。
testString: assert.strictEqual(euler250(), 1425480602091519);
Challenge Seed
function euler250() {
// Good luck!
return true;
}
euler250();
Solution
// solution required
/section>