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