N,M=map(int,input().split()) p=0.01*M pre=N*(1+p) answer=int(pre) print(answer)