D,P=(int(x) for x in input().split()) d = D*(1+P/100) print(int(d))