PROJECT EULER · #0896
Divisible Ranges
A contiguous range of positive integers is called a divisible range if all the integers in the range can be arranged in a row such that the
For example, the range
In fact, it is the
Find the
Give as answer the smallest number in the range.
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.