Between A and B
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given nonnegative integers and and positive integer . How many numbers are there between and inclusively, divisible by ?
Input
Three numbers and .
Output
Print the answer to the problem.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 21%