import math d,p = map(int,input().split()) S = d*p*0.01 print(math.floor(d+S))