S = input() a, b = S.split("/") a,b = int(a), int(b) print(f"{a / b:.5f}")