[LeetCode] Digit Count in Range

1 · · March 12, 2022, 12:10 p.m.
1067. Digit Count in Range Given a single-digit integer d and two integers low and high, return the number of times that d occurs as a digit in all integers in the inclusive range [low, right]. ...