k = int(input()) s = int(input()) pst_per_mnt = int((s / (100 - k)) * 100) print(pst_per_mnt)