ax,ay = gets.split.map(&:to_i) bx,by = gets.split.map(&:to_i) puts (ax - bx).abs.to_f/2 + (ay - by).abs.to_f/2