876 B
876 B
id, challengeType, videoUrl, title
id | challengeType | videoUrl | title |
---|---|---|---|
5900f4801000cf542c50ff93 | 5 | 问题276:原始三角形 |
Description
Instructions
Tests
tests:
- text: <code>euler276()</code>应该返回5777137137739633000。
testString: assert.strictEqual(euler276(), 5777137137739633000);
Challenge Seed
function euler276() {
// Good luck!
return true;
}
euler276();
Solution
// solution required
/section>