1009 B
1009 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f4b11000cf542c50ffc3 | 5 | 问题324:建造一座塔楼 |
Description
求f(1010000)mod 100000007。
Instructions
Tests
tests:
- text: <code>euler324()</code>应该返回96972774。
testString: assert.strictEqual(euler324(), 96972774);
Challenge Seed
function euler324() {
// Good luck!
return true;
}
euler324();
Solution
// solution required
/section>