import sys input=lambda: sys.stdin.readline().rstrip() k=int(input()) s=int(input()) print(s*100//(100-k))