x = int(input("x: ")) y = int(input("y: ")) z = x / y print(f"{z:.50f}") #incantation