import math D, P = map(int,input().split()) dec = math.floor(D * (P/100)) print(D + dec)