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