import math K,S = input(),input() K = K*1.0 / 100 print int(math.ceil((S*1.0)/(1.0-K)))