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: ''
    testString: 'assert.strictEqual(euler162(), 3D58725572C62302, "<code>euler162()</code> should return 3D58725572C62302.");'
Challenge Seed
function euler162() {
  // Good luck!
  return true;
}
euler162();
Solution
// solution required