search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
992 B
992 B
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f3f51000cf542c50ff07 | 5 | Problem 136: Singleton difference | 问题136:单身人士差异 |
Description
Instructions
Tests
tests:
- text: <code>euler136()</code>应返回2544559。
testString: assert.strictEqual(euler136(), 2544559);
Challenge Seed
function euler136() {
// Good luck!
return true;
}
euler136();
Solution
// solution required
/section>