100 atcoder#ABC090B. [ABC090B] Palindromic Numbers
[ABC090B] Palindromic Numbers
Score : points
Problem Statement
Find the number of palindromic numbers among the integers between and (inclusive). Here, a palindromic number is a positive integer whose string representation in base (without leading zeros) reads the same forward and backward.
Constraints
- All input values are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the number of palindromic numbers among the integers between and (inclusive).
11009 11332
4
There are four integers that satisfy the conditions: , , and .
31415 92653
612