import math d, p = map(int,intput().split()) c_tax = d * (p/100) goukei = math.floor(d + c_tax) print(goukei)