611 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			611 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f4411000cf542c50ff54 | 5 | Problem 213: Flea Circus | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler213(), 330.721154, "<code>euler213()</code> should return 330.721154.");'
Challenge Seed
function euler213() {
  // Good luck!
  return true;
}
euler213();
Solution
// solution required