# -*- coding: utf-8 -*- from fractions import Fraction K = input() S = input() i = Fraction(K,100) print int(S / (1 - i))