import math noIncludeTax,taxRate = map(int,input().split()) print (noIncludeTax + math.floor(noIncludeTax * (taxRate / 100)))