-- yukicoder My Practice -- author: Leonardone @ NEETSDKASU d = io.stdin:read("*n") p = io.stdin:read("*n") x = math.floor((d * (100 + p)) / 100) print(x)