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