a, b = [float(v) for v in input().split("/")] print(f"{a / b:.10f}")