#!/usr/bin/env ruby k = gets.to_f s = gets.to_f puts "#{(s*100 / (100-k)).to_i}"