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 |
---|---|---|---|---|
5900f5481000cf542c51005b | 5 | Problem 476: Circle Packing II | 问题476:圆形包装II |
Description
Instructions
Tests
tests:
- text: <code>euler476()</code>应返回110242.87794。
testString: assert.strictEqual(euler476(), 110242.87794);
Challenge Seed
function euler476() {
// Good luck!
return true;
}
euler476();
Solution
// solution required
/section>