924 B
924 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3aa1000cf542c50febd | 5 | 问题62:立方排列 |
Description
Instructions
Tests
tests:
- text: <code>euler62()</code>应该返回127035954683。
testString: assert.strictEqual(euler62(), 127035954683);
Challenge Seed
function euler62() {
// Good luck!
return true;
}
euler62();
Solution
// solution required
/section>