c , d = map(int, input().split())
print(f"{d / c * 100:.3f}%")