1.3 KiB
1.3 KiB
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f4771000cf542c50ff8a | 5 | 问题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>