search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.0 KiB
1.0 KiB
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f3ca1000cf542c50fedd | 5 | Problem 94: Almost equilateral triangles | 问题94:几乎等边三角形 |
Description
Instructions
Tests
tests:
- text: <code>euler94()</code>应该返回518408346。
testString: assert.strictEqual(euler94(), 518408346);
Challenge Seed
function euler94() {
// Good luck!
return true;
}
euler94();
Solution
// solution required
/section>