let n = readLine()!.split(separator: " ").map{Double($0)!} print(n[0]/2)