n=raw_input() L=map(int, n.split()) print int(L[0]*(L[1]/100.0) + L[0])