Loading repovive.com/problems/faang/2
A uniform integer is one where every digit is the same, like , , , or .
Notice that for each digit length , there are exactly uniform integers (one for each digit through ).
Key question: Instead of checking every integer in , can you enumerate only the uniform integers and count which ones fall in range?