import math d,p = map(int,input().split()) K = (100+p)/100 print(math.floor(d*K))