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