d,p = map(int,input().split()) p/=100 import math ans=d*p print(math.floor(d+ans))