K = int(input().strip()) S = int(input().strip()) print(str(int((S * 100) // (100 - K))))