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