package main import . "fmt" func main() { var d int64 Scan(&d) d /= 2 s := d/2*(d-d/2) Println(s) }