class Yukicoder def initialize v, t = gets.chomp.split(' ').map{|n| n.to_f } puts (v * t).round end end Yukicoder.new