676 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			676 B
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f4d21000cf542c50ffe5 | 5 | Problem 358: Cyclic numbers | 问题358:循环数 | 
Description
undefined
Instructions
undefined
Tests
tests:
  - text: <code>euler358()</code>应返回3284144505。
    testString: 'assert.strictEqual(euler358(), 3284144505, "<code>euler358()</code> should return 3284144505.");'
Challenge Seed
function euler358() {
  // Good luck!
  return true;
}
euler358();
Solution
// solution required