n, p = map(int, input().split()) s = n * (p / 100) print(int(n - s))