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