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