617 B

id, challengeType, title, videoUrl, localeTitle
id challengeType title videoUrl localeTitle
5900f51a1000cf542c51002d 5 Problem 430: Range flips

Description

undefined

Instructions

undefined

Tests

tests:
  - text: ''
    testString: 'assert.strictEqual(euler430(), 5000624921.38, "<code>euler430()</code> should return 5000624921.38.");'

Challenge Seed

function euler430() {
  // Good luck!
  return true;
}

euler430();

Solution

// solution required