d, p = map(int, input().split()) print(d + (p * d) // 100)