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