main::IO() main = do k <-fmap read $ getLine s <-fmap read $ getLine print . truncate $ s*100/(100-k)