inputs = gets.split require 'bigdecimal' v = BigDecimal(inputs[0]) t = BigDecimal(inputs[1]) puts (v * t).floor