import Control.Applicative main = do [k,s] <- map read . lines <$> getContents print $ s*100`div`(100-k)