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