import strutils var a=100-stdin.readLine.parseInt b=stdin.readLine.parseInt echo b*100 div a