import math D,P = map(int,input().split()) a = math.floor(P*0.01*D) print(D+a)