inputs = gets.split.map(&:to_i) inputs[1] /= 100.0 inputs[1] *= inputs[0] puts "#{sprintf("%d",inputs[0] + inputs[1])}"