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