p, s = map(int, input().split()) print(int(round(p + p*s/100,0)))