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