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