893 B
893 B
id, challengeType, title, forumTopicId
id | challengeType | title | forumTopicId |
---|---|---|---|
5900f3e41000cf542c50fef7 | 5 | Problem 120: Square remainders | 301747 |
Description
Instructions
Tests
tests:
- text: <code>euler120()</code> should return 333082500.
testString: assert.strictEqual(euler120(), 333082500);
Challenge Seed
function euler120() {
return true;
}
euler120();
Solution
// solution required