search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
923 B
923 B
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f3f11000cf542c50ff03 | 5 | Problem 132: Large repunit factors | 问题132:大的重新安置因素 |
Description
Instructions
Tests
tests:
- text: <code>euler132()</code>应返回843296。
testString: assert.strictEqual(euler132(), 843296);
Challenge Seed
function euler132() {
// Good luck!
return true;
}
euler132();
Solution
// solution required
/section>