N, P = map(int, input().split()) print(int(N - int(N * P / 100)))