685 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			685 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f3d01000cf542c50fee3 | 5 | Problem 100: Arranged probability | Задача 100: Устроенная вероятность | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler100(), 756872327473, "<code>euler100()</code> should return 756872327473.");'
Challenge Seed
function euler100() {
  // Good luck!
  return true;
}
euler100();
Solution
// solution required