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