search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.2 KiB
1.2 KiB
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f4091000cf542c50ff1c | 5 | Problem 157: Solving the diophantine equation | 问题157:解决丢番图方程 |
Description
Instructions
Tests
tests:
- text: <code>euler157()</code>应返回53490。
testString: assert.strictEqual(euler157(), 53490);
Challenge Seed
function euler157() {
// Good luck!
return true;
}
euler157();
Solution
// solution required
/section>