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