A,B=map(float,input().split()) print("{:.050f}".format(A/B))