868 B
868 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f40d1000cf542c50ff1f | 5 | 问题160:因子尾随数字 |
Description
Instructions
Tests
tests:
- text: <code>euler160()</code>应返回16576。
testString: assert.strictEqual(euler160(), 16576);
Challenge Seed
function euler160() {
// Good luck!
return true;
}
euler160();
Solution
// solution required
/section>