from fractions import Fraction a,b=map(int,input().split()) print(float(Fraction(a,b)))