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