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