v, t = gets.strip.split v = (v.to_f * 10000).round.to_i t = t.to_i puts (v * t / 10000)