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