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