1.0 KiB
1.0 KiB
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3ef1000cf542c50ff01 | 5 | 问题129:重新划分可分性 |
Description
Instructions
Tests
tests:
- text: <code>euler129()</code>应该返回1000023。
testString: assert.strictEqual(euler129(), 1000023);
Challenge Seed
function euler129() {
// Good luck!
return true;
}
euler129();
Solution
// solution required
/section>