open System let D , P = Console.ReadLine().Split( ' ' ) |> fun args -> args.[0] |> int , args.[1] |> int float(D) + float(D) * (float(P)/100.) |> int |> Console.WriteLine