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