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