price, tax = map(int, input().split(" ")) print(int(price + price * tax / 100))