import math k = int(input()) s = int(input()) k = 100 - k n = s / k print(math.floor(n * 100))