a, b = map(int, input().split()) print("{:.20f}".format(a / b))