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