A=list(map(int,input().split())) a=float(A[0]*(1+A[1]/100)) print(a)