x = gets.to_f.abs y = gets.to_f.abs l = gets.to_i a = x / l b = y / l i = a.ceil + b.ceil i += 1 if y < 0 i += 1 if x != 0 p i