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