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