k = int(input()) s = int(input()) per_rest = 100-k print(int((s/per_rest)*k+s))