package main import . "fmt" import . "math" func main() { var l float64 Scan(&l) p := l / 3 s := p * p * Sqrt(3) / 4 Printf("%.20f\n", s) }