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