904 B
904 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3e71000cf542c50fefa | 5 | 问题123:素数正方形余数 |
Description
Instructions
Tests
tests:
- text: <code>euler123()</code>应该返回21035。
testString: assert.strictEqual(euler123(), 21035);
Challenge Seed
function euler123() {
// Good luck!
return true;
}
euler123();
Solution
// solution required
/section>