n_unit, price = [int(i) for i in input().split()] ans = int(n_unit * (1 + price * 0.01)) print(ans)