d, p = map(int, input().split())

print(d + (d * p) // 100)