input = gets.chomp.split puts (input[0].to_i * (1+input[1].to_f/100)).to_i