k = int(input()) s = int(input()) al = s * 100 // (100 - k) print(al)