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