1.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
	
	
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle | 
|---|---|---|---|---|
| 5900f4201000cf542c50ff33 | 5 | Problem 180: Rational zeros of a function of three variables | 问题180:三个变量函数的有理零点 | 
Description
Instructions
Tests
tests:
  - text: <code>euler180()</code>应该返回285196020571078980。
    testString: 'assert.strictEqual(euler180(), 285196020571078980, "<code>euler180()</code> should return 285196020571078980.");'
Challenge Seed
function euler180() {
  // Good luck!
  return true;
}
euler180();
Solution
// solution required