search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
789 B
789 B
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f4e11000cf542c50fff3 | 5 | Problem 372: Pencils of rays | 问题372:光线笔 |
Description
注意:代表楼层功能。
Instructions
Tests
tests:
- text: <code>euler372()</code>应该返回301450082318807040。
testString: assert.strictEqual(euler372(), 301450082318807040);
Challenge Seed
function euler372() {
// Good luck!
return true;
}
euler372();
Solution
// solution required
/section>