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