D, P = map(int, input().split()) print(int(round(D * (P / 100 + 1), 0)))