import math K = int(input()) S = int(input()) a = K/100 b = 1/a c = b*S d = math.floor(c) print(d)