a, b = map(int, input().split()) s = '{:.51f}'.format(a/b) print(s[:-1])