1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f39f1000cf542c50feb2 | 5 | Problem 51: Prime digit replacements | Проблема 51: замена простых цифр | 
Description
Instructions
Tests
tests:
  - text: ''
    testString: 'assert.strictEqual(euler51(), 121313, "<code>euler51()</code> should return 121313.");'
Challenge Seed
function euler51() {
  // Good luck!
  return true;
}
euler51();
Solution
// solution required