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