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