let percent = Int(readLine()!)! let doneVal = Int(readLine()!)! let ans = doneVal*100/(100-percent) print(ans)