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