905 B
905 B
id, challengeType, title, forumTopicId, localeTitle
id | challengeType | title | forumTopicId | localeTitle |
---|---|---|---|---|
5900f48f1000cf542c50ffa1 | 5 | Problem 290: Digital Signature | 301942 | Проблема 290: Цифровая подпись |
Description
Instructions
Tests
tests:
- text: <code>euler290()</code> should return 20444710234716470.
testString: assert.strictEqual(euler290(), 20444710234716470);
Challenge Seed
function euler290() {
// Good luck!
return true;
}
euler290();
Solution
// solution required