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