# coding=utf-8: import math k = int(input()) s = int(input()) keika = k * 0.01 nokori = 1 - keika i = math.ceil((1 / nokori) * s) print(i)