from math import floor K = int(input()) S = int(input()) print(floor(S / ((100 - K) / 100)))