P = int(input()) minuts = int(input()) ans = int(minuts // (1 - P / 100)) print(ans)