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