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