a, b = map(int, input().split()) a *= 10 ** 50 a //= b a = str(a) print((a[:-50] if len(a[:-50]) > 0 else "0") + "." + a[-50:])