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