let ``No.169 何分かかるの!?``() = let k = stdin.ReadLine() |> decimal let s = stdin.ReadLine() |> decimal s * (100m / (100m-k)) |> System.Math.Truncate |> stdout.WriteLine ``No.169 何分かかるの!?``()