search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
1.2 KiB
1.2 KiB
id, challengeType, title, videoUrl, localeTitle
id | challengeType | title | videoUrl | localeTitle |
---|---|---|---|---|
5900f47c1000cf542c50ff8e | 5 | Problem 270: Cutting Squares | 问题270:切割方块 |
Description
什么是C(30)mod 108?
Instructions
Tests
tests:
- text: <code>euler270()</code>应该返回82282080。
testString: assert.strictEqual(euler270(), 82282080);
Challenge Seed
function euler270() {
// Good luck!
return true;
}
euler270();
Solution
// solution required
/section>