1.2 KiB
1.2 KiB
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3f91000cf542c50ff0b | 5 | 问题141:调查渐进数n,它们也是正方形 |
Description
Instructions
Tests
tests:
- text: <code>euler141()</code>应该返回878454337159。
testString: assert.strictEqual(euler141(), 878454337159);
Challenge Seed
function euler141() {
// Good luck!
return true;
}
euler141();
Solution
// solution required
/section>