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