a,b=[int(i) for i in input().split()] print(F"{a//b}.{str(a*10**50//b):0>50}")