634 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			634 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f52a1000cf542c51003b | 5 | Problem 444: The Roundtable Lottery | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler444(), 1.200856722e+263, "<code>euler444()</code> should return 1.200856722e+263.");'
Challenge Seed
function euler444() {
  // Good luck!
  return true;
}
euler444();
Solution
// solution required