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