import strutils, sequtils, algorithm, math

var
  k = readLine(stdin).parseInt()
  s = readLine(stdin).parseInt()

echo(100 * s div (100 - k))