K = int(input()) S = int(input()) duration = int(S * 100 / (100 - K)) print(duration)