search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.4 KiB
1.4 KiB
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f4771000cf542c50ff8a | 5 | Problem 267: Billionaire | 问题267:亿万富翁 |
Description
Instructions
Tests
tests:
- text: <code>euler267()</code>应返回0.999992836187。
testString: assert.strictEqual(euler267(), 0.999992836187);
Challenge Seed
function euler267() {
// Good luck!
return true;
}
euler267();
Solution
// solution required
/section>