1.3 KiB
1.3 KiB
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3df1000cf542c50fef1 | 5 | 问题115:计数块组合II |
Description
Instructions
Tests
tests:
- text: <code>euler115()</code>应返回168。
testString: assert.strictEqual(euler115(), 168);
Challenge Seed
function euler115() {
// Good luck!
return true;
}
euler115();
Solution
// solution required
/section>