Determine the number of integers that are available from A to B (inclusive) and satisfy the following conditions:
Input format
The first and only line contains three space-separated positive integers A, B, and K.
Output format
Print a single integer that denotes the answer to this question.
Constraints
0<A, B, K≤2∗(1010)A≤B
There are 7 such numbers: 12 16 20 32 52 56 76