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++
AIã«è³ªåãã
AIã«è³ªåãã
äœã§ã質åããããææ¡ããã質åã®1ã€ã詊ããŠãã£ãããå§ããŠãã ãã