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