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