A, B = map(int, input().strip().split(' ')) print("{:.50f}".format(A / B))