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