let r() = int(stdin.ReadLine()) let K,S = r(),r()*60 let s = S/(100-K)*100/60 printfn "%d" s