D, P = map(int, input().split())
tax = int(D*P/100)
print(D+tax)