1008 B
1008 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f3ca1000cf542c50fedd | 5 | 问题94:几乎等边三角形 |
Description
Instructions
Tests
tests:
- text: <code>euler94()</code>应该返回518408346。
testString: assert.strictEqual(euler94(), 518408346);
Challenge Seed
function euler94() {
// Good luck!
return true;
}
euler94();
Solution
// solution required
/section>