884 B
884 B
id, challengeType, videoUrl, localeTitle
id | challengeType | videoUrl | localeTitle |
---|---|---|---|
5900f3e41000cf542c50fef7 | 5 | 问题120:方形剩余部分 |
Description
Instructions
Tests
tests:
- text: <code>euler120()</code>应返回333082500。
testString: assert.strictEqual(euler120(), 333082500);
Challenge Seed
function euler120() {
// Good luck!
return true;
}
euler120();
Solution
// solution required
/section>