search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.2 KiB
1.2 KiB
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle |
|---|---|---|---|---|
| 5900f4801000cf542c50ff92 | 5 | Problem 275: Balanced Sculptures | 问题275:平衡雕塑 |
Description
有964个平衡雕塑,订单10和360505订单15.有多少平衡雕塑有18个订单?
Instructions
Tests
tests:
- text: <code>euler275()</code>应返回15030564。
testString: assert.strictEqual(euler275(), 15030564);
Challenge Seed
function euler275() {
// Good luck!
return true;
}
euler275();
Solution
// solution required
/section>