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