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