import math K = int(input()) S = int(input()) ans = (S / (100 - K)) * 100 print(math.floor(ans))