Different digits¶
Your task is to determine the number of numbers in a given range that consist only of unique digits, that is, in their notation the digits do not repeat. For example, the number
Source: https://onlinejudge.org/external/125/12527.pdf
Specification¶
Input¶
- integers in the interval
Output¶
- The number of all numbers in the interval
that consist only of different digits.