import decimal a,b=map(int,input().split()) decimal.getcontext().prec = 50 print(decimal.Decimal(a)/decimal.Decimal(b))