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