A positive integer is a palindrome if it reads exactly the same from right to left as it does from left to right. For example, 5 and 66 and 373 are all palindromes. How many palindromes are there between 1 and 1,000, inclusive? _____
我的答案:
A positive integer is a palindrome if it reads exactly the same from right to left as it does from left to right. For example, 5 and 66 and 373 are all palindromes. How many palindromes are there between 1 and 1,000, inclusive?