X = gets.to_i Y = gets.to_i L = gets.to_i rotation = (X == 0) ? 0 : 1 puts (X.to_f / L).ceil.abs + (Y.to_f / L).ceil.abs + rotation