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