k, p, s = raw_input().split() k = int(k) p = int(p) s = int(s) k = 100 * k + p * k print 100 * s / k