let u=readLine()!.split(separator:"/").map({Int($0)!}) let(a,b)=(u[0],u[1]) print(Double(a)/Double(b))