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