package main import ( "fmt" ) func main() { var N, G, M int fmt.Scan(&N,&G,&M) fmt.Println((float64((N/5)*G))/float64(M)) }