# coding=utf-8: k = int(input()) s = int(input()) zentai = 1 keika_w = k * 0.01 nokori_w = zentai - keika_w i = s * 100 / (100 - k) print(int(i))