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