636 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			636 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f4f91000cf542c51000c | 5 | Problem 397: Triangle on parabola | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler397(), 141630459461893730, "<code>euler397()</code> should return 141630459461893730.");'
Challenge Seed
function euler397() {
  // Good luck!
  return true;
}
euler397();
Solution
// solution required