a,b=map(int,input().split())
c = a / b
print(f'{c:.12f}')