from decimal import Decimal D, P = map(Decimal, input().split()) print(int(D * (1+P/100)))