987 B
987 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3a81000cf542c50febb | 5 | 问题60:素数对设置 |
Description
Instructions
Tests
tests:
- text: <code>euler60()</code>应返回26033。
testString: assert.strictEqual(euler60(), 26033);
Challenge Seed
function euler60() {
// Good luck!
return true;
}
euler60();
Solution
// solution required
/section>