1.3 KiB
1.3 KiB
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f4201000cf542c50ff33 | 5 | 问题180:三个变量函数的有理零点 |
Description
Instructions
Tests
tests:
- text: <code>euler180()</code>应该返回285196020571078980。
testString: assert.strictEqual(euler180(), 285196020571078980);
Challenge Seed
function euler180() {
// Good luck!
return true;
}
euler180();
Solution
// solution required
/section>