d, p = [int(i) for i in input().split()] print(int(d + d * p / 100))