K, S = map(int, input().split()) print(S * (100 / (100 - K)))