search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.4 KiB
1.4 KiB
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f40e1000cf542c50ff21 | 5 | Problem 162: Hexadecimal numbers | 问题162:十六进制数 |
Description
Instructions
Tests
tests:
- text: <code>euler162()</code> 应该返回3D58725572C62302。
testString: assert.strictEqual(euler162(), '3D58725572C62302');
Challenge Seed
function euler162() {
// Good luck!
return true;
}
euler162();
Solution
// solution required
/section>