d, p = map(int, raw_input().split()) rate = float(p) / 100 print int(d + (d * rate))