search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
851 B
851 B
id, challengeType, title, videoUrl, localeTitle
| id | challengeType | title | videoUrl | localeTitle |
|---|---|---|---|---|
| 5900f4841000cf542c50ff96 | 5 | Problem 279: Triangles with integral sides and an integral angle | 问题279:具有整体边和整体角的三角形 |
Description
Instructions
Tests
tests:
- text: <code>euler279()</code>应该返回416577688。
testString: assert.strictEqual(euler279(), 416577688);
Challenge Seed
function euler279() {
// Good luck!
return true;
}
euler279();
Solution
// solution required
/section>