d, p = map(int, input().split()) print(int((1 + p / 100) * d))