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