D,P = map(int,input().split()) print(int(round(D*(1.0+float(P*1/100)))))