#5835. CSES2220 数字计数
0
Your task is to count the number of integers between a and b where no two adjacent digits are the same.
The only input line has two integers a and b.
Print one integer: the answer to the problem.
0≤a≤b≤1018
123 321
171