Counting Unique Numbers
Given an integers a and b (inclusive), return a count of numbers that each have no repeated digits.
Example 1
Input:
a = 100; b = 1000
Output:
648
main.cpp
C++
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat