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

rate = float(p) / 100
print d + (d * rate)