A,B=map(int,input().split()) d = 10**20 ans=A*d//B print(ans/(d))