1.1 KiB
1.1 KiB
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3ae1000cf542c50fec1 | 5 | 问题66:丢番图方程 |
Description
Instructions
Tests
tests:
- text: <code>euler66()</code>应返回661。
testString: assert.strictEqual(euler66(), 661);
Challenge Seed
function euler66() {
// Good luck!
return true;
}
euler66();
Solution
// solution required
/section>