# frozen_string_literal: true l, r, m = gets.chomp.split.map(&:to_i) p((l % m - r % m).abs + 1)