Problem Description
A = 11, B = 111, C = 1
Input 2:
A = 1, B = 9, C = 0
11
Output 2:
0
The integers are 11, 21, 31, 41, 51, 61, 71, 81, 91, 101, 111
Explanation 2:
There are no integers in the range with last digit 0.
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.