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