d,p = map(float,input().split()) ans = d*(100+p)//100 print(int(ans))