719 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			719 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f5001000cf542c510012 | 5 | Problem 404: Crisscross Ellipses | Задача 404: Крисскрассные эллипсы | 
Description
undefined
Instructions
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler404(), 1199215615081353, "<code>euler404()</code> should return 1199215615081353.");'
Challenge Seed
function euler404() {
  // Good luck!
  return true;
}
euler404();
Solution
// solution required