search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
		
			
				
	
	
	
		
			1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f41c1000cf542c50ff2f | 5 | Problem 176: Right-angled triangles that share a cathetus | 问题176:共用一个cathetus的直角三角形 | 
Description
Instructions
Tests
tests:
  - text: <code>euler176()</code>应返回96818198400000。
    testString: assert.strictEqual(euler176(), 96818198400000);
Challenge Seed
function euler176() {
  // Good luck!
  return true;
}
euler176();
Solution
// solution required
/section>