k = int(input()) s = int(input()) total = s / (100 - k) * 100 print(round(total))