search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.0 KiB
1.0 KiB
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f5201000cf542c510032 | 5 | Problem 435: Polynomials of Fibonacci numbers | 问题435:斐波那契数的多项式 |
Description
Instructions
Tests
tests:
- text: <code>euler435()</code>252541322550。
testString: assert.strictEqual(euler435(), 252541322550);
Challenge Seed
function euler435() {
// Good luck!
return true;
}
euler435();
Solution
// solution required
/section>