import math d, p = map(int, raw_input().split()) print int(math.floor(d*(100+p)/100.0))