def lscan; gets.chomp.split.map(&:to_i); end t,s,d = lscan s,d = [s,d].map(&:to_f) p d/s