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