search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.1 KiB
1.1 KiB
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f53a1000cf542c51004c | 5 | Problem 461: Almost Pi | 问题461:几乎是Pi |
Description
Instructions
Tests
tests:
- text: <code>euler461()</code>应该返回159820276。
testString: assert.strictEqual(euler461(), 159820276);
Challenge Seed
function euler461() {
// Good luck!
return true;
}
euler461();
Solution
// solution required
/section>