import math K = int(input()) S = int(input()) print(math.ceil(S/(1-K/100)))