Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Try to generate the numbers using recursion.
In one step in the recursion, add a valid digit to the right of the current number.
Save the number if it's in the range between low and high.