percen = int(input()); timer = int(input()); result = int(timer*(100/int(100-percen))); print(result);