package main import . "fmt" func main() { var t,s,d float64 Scan(&t,&s,&d) Printf("%.10f\n", d/s) }