from decimal import Decimal A,B = list(map(int,input().split())) print(Decimal(A) / Decimal(B))