Problem Description
A = 80 B = 110 C = 10
Input 2:
A = 1 B = 10 C = 10
2
Output 2:
9
The plaindromic integers are 88, 99, 101. We will pick 99, 101.
Explanation 2:
The plaindromic integers are 1, 2, 3, 4, 5, 6, 7, 8, 9. We can pick all the palindrome integers.
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.